Searched refs:Exclude (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp392 const SmallInstructionSet &Exclude,
396 const SmallInstructionSet &Exclude,
401 const SmallInstructionSet &Exclude,
578 Instruction *Root, const SmallInstructionSet &Exclude,
596 if (L->contains(User) && !Exclude.count(User)) {
605 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
616 const SmallInstructionSet &Exclude,
621 collectInLoopUserSet(*I, Exclude, Final, Users);
899 SmallInstructionSet Exclude; local
901 Exclude
577 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
614 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
960 nextInstr(int Val, UsesTy &In, const SmallInstructionSet &Exclude, UsesTy::iterator *StartI) argument
[all...]
/external/iptables/extensions/
H A DAndroid.mk6 # Exclude some modules that are problematic to compile (types/header).
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc783 temps.Exclude(operand.reg());
1020 temps.Exclude(operand.reg());
1463 temps.Exclude(operand.reg());
1475 temps.Exclude(operand.reg());
2067 temps.Exclude(kPCSVarargs);
2068 temps.Exclude(kPCSVarargsFP);
2069 temps.Exclude(arg0, arg1, arg2, arg3);
2138 temps.Exclude(x0);
2227 temps.Exclude(arg0, arg1, arg2, arg3);
2458 void UseScratchRegisterScope::Exclude(cons function in class:vixl::UseScratchRegisterScope
2468 void UseScratchRegisterScope::Exclude(const Register& reg1, function in class:vixl::UseScratchRegisterScope
2477 void UseScratchRegisterScope::Exclude(const FPRegister& reg1, function in class:vixl::UseScratchRegisterScope
2486 void UseScratchRegisterScope::Exclude(const CPURegister& reg1, function in class:vixl::UseScratchRegisterScope
[all...]
H A Dmacro-assembler-a64.h3230 void Exclude(const CPURegList& list);
3231 void Exclude(const Register& reg1,
3235 void Exclude(const VRegister& reg1,
3239 void Exclude(const CPURegister& reg1,
/external/mockito/
H A DAndroid.mk44 # Exclude source used to dynamically create classes since target builds use
/external/bison/
H A Dcfg.mk40 # Exclude changelog-check here so that there's less churn in ChangeLog
/external/vixl/test/
H A Dtest-assembler-a64.cc9864 temps.Exclude(d0);
9886 temps.Exclude(d0);

Completed in 764 milliseconds