Searched refs:Randomized (Results 1 – 8 of 8) sorted by relevance
27 - Randomized usage30 - Randomized usage
26 + Randomized swizzle mode combinations
36 void scan(const SmallBitVector &RegMask, bool Randomized);110 bool Randomized);
784 bool Randomized) { in assignFinalRegisters() argument787 if (Randomized) { in assignFinalRegisters()805 if (Randomized && Item->hasRegTmp() && !Item->hasReg()) { in assignFinalRegisters()836 void LinearScan::scan(const SmallBitVector &RegMaskFull, bool Randomized) { in scan() argument844 if (Randomized) { in scan()980 assignFinalRegisters(RegMaskFull, PreDefinedRegisters, Randomized); in scan()
873 void setRandomized(bool R) { Randomized = R; }875 bool getRandomized() const { return Randomized; }891 bool Randomized = false;
951 void setRandomized(bool R) { Randomized = R; }953 bool getRandomized() const { return Randomized; }967 bool Randomized = false;
310 ** Randomized tests
25793 Randomized allocation addresses on windows. (Chromium issue 115151)27613 Randomized the addresses of allocated executable memory on Windows.