Home
last modified time | relevance | path

Searched defs:Exclude (Results 1 – 15 of 15) sorted by relevance

/external/testng/src/test/java/test/
DExclude.java5 public class Exclude { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp685 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet()
723 const SmallInstructionSet &Exclude, in collectInLoopUserSet()
1018 SmallInstructionSet Exclude; in collectUsedInstructions() local
1079 const SmallInstructionSet &Exclude, in nextInstr()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp697 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet()
735 const SmallInstructionSet &Exclude, in collectInLoopUserSet()
1010 SmallInstructionSet Exclude; in collectUsedInstructions() local
1072 const SmallInstructionSet &Exclude, in nextInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h84 std::string Exclude; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp124 ArrayRef<OptSpecifier> Exclude = None; in AddAllArgs() local
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_avail_unittest.cpp245 TEST(CPDF_ObjectAvailTest, Exclude) { in TEST() argument
/external/armnn/include/armnn/
DTypes.hpp138 Exclude = 1 enumerator
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc176 void UseScratchRegisterScope::Exclude(const RegisterList& list) { in Exclude() function in vixl::aarch32::UseScratchRegisterScope
183 void UseScratchRegisterScope::Exclude(const VRegisterList& list) { in Exclude() function in vixl::aarch32::UseScratchRegisterScope
190 void UseScratchRegisterScope::Exclude(const Operand& operand) { in Exclude() function in vixl::aarch32::UseScratchRegisterScope
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc3008 void UseScratchRegisterScope::Exclude(const CPURegList& list) { in Exclude() function in vixl::aarch64::UseScratchRegisterScope
3013 void UseScratchRegisterScope::Exclude(const Register& reg1, in Exclude() function in vixl::aarch64::UseScratchRegisterScope
3023 void UseScratchRegisterScope::Exclude(const VRegister& reg1, in Exclude() function in vixl::aarch64::UseScratchRegisterScope
3033 void UseScratchRegisterScope::Exclude(const CPURegister& reg1, in Exclude() function in vixl::aarch64::UseScratchRegisterScope
Dmacro-assembler-aarch64.h7193 void Exclude(const Operand& operand) { in Exclude() function
/external/swiftshader/third_party/subzero/src/
DIceRegistersX8632.h345 TargetLowering::RegSetMask Exclude) { in getRegisterSet()
DIceRegistersX8664.h349 TargetLowering::RegSetMask Exclude) { in getRegisterSet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1512 SetVector<SUnit *> &Exclude, in computePath()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1659 SetVector<SUnit *> &Exclude, in computePath()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7623 ArrayRef<unsigned> Exclude = llvm::None) { in getListOfPossibleValues()
7822 unsigned Exclude[] = {OMPC_SCHEDULE_unknown}; in ActOnOpenMPScheduleClause() local