Searched defs:Randomized (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceRegAlloc.cpp784 bool Randomized) {
787 if (Randomized) {
805 if (Randomized && Item->hasRegTmp() && !Item->hasReg()) {
836 void LinearScan::scan(const SmallBitVector &RegMaskFull, bool Randomized) { argument
844 if (Randomized) {
980 assignFinalRegisters(RegMaskFull, PreDefinedRegisters, Randomized);
782 assignFinalRegisters(const SmallBitVector &RegMaskFull, const SmallBitVector &PreDefinedRegisters, bool Randomized) argument
H A DIceTargetLoweringX8632Traits.h873 void setRandomized(bool R) { Randomized = R; }
875 bool getRandomized() const { return Randomized; }
888 /// A flag to show if this memory operand is a randomized one. Randomized
891 bool Randomized = false; member in struct:Ice::X8632::TargetX8632Traits
H A DIceTargetLoweringX8664Traits.h951 void setRandomized(bool R) { Randomized = R; }
953 bool getRandomized() const { return Randomized; }
964 /// A flag to show if this memory operand is a randomized one. Randomized
967 bool Randomized = false; member in struct:Ice::X8664::TargetX8664Traits

Completed in 111 milliseconds