Searched defs:Exclude (Results 1 - 3 of 3) sorted by relevance
/external/testng/src/test/java/test/ |
H A D | Exclude.java | 5 public class Exclude { class 47 System.out.println("[Exclude] " + s);
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 383 const SmallInstructionSet &Exclude, 387 const SmallInstructionSet &Exclude, 392 const SmallInstructionSet &Exclude, 573 Instruction *Root, const SmallInstructionSet &Exclude, 591 if (L->contains(User) && !Exclude.count(User)) { 600 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) && 611 const SmallInstructionSet &Exclude, 616 collectInLoopUserSet(*I, Exclude, Final, Users); 885 SmallInstructionSet Exclude; local 887 Exclude 572 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument 609 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument 946 nextInstr(int Val, UsesTy &In, const SmallInstructionSet &Exclude, UsesTy::iterator *StartI) argument [all...] |
/external/vixl/src/vixl/a64/ |
H A D | macro-assembler-a64.cc | 800 temps.Exclude(operand.reg()); 1037 temps.Exclude(operand.reg()); 1484 temps.Exclude(operand.reg()); 1496 temps.Exclude(operand.reg()); 2087 temps.Exclude(kPCSVarargs); 2088 temps.Exclude(kPCSVarargsFP); 2089 temps.Exclude(arg0, arg1, arg2, arg3); 2158 temps.Exclude(x0); 2245 temps.Exclude(arg0, arg1, arg2, arg3); 2475 void UseScratchRegisterScope::Exclude(cons function in class:vixl::UseScratchRegisterScope 2485 void UseScratchRegisterScope::Exclude(const Register& reg1, function in class:vixl::UseScratchRegisterScope 2494 void UseScratchRegisterScope::Exclude(const FPRegister& reg1, function in class:vixl::UseScratchRegisterScope 2503 void UseScratchRegisterScope::Exclude(const CPURegister& reg1, function in class:vixl::UseScratchRegisterScope [all...] |
Completed in 3394 milliseconds