Home
last modified time | relevance | path

Searched defs:InstructionSet (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp44 class InstructionSet class
47 InstructionSet() : CPU_Rep() {}; in InstructionSet() function in InstructionSet
/external/llvm/lib/Analysis/
DVectorUtils.cpp321 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp323 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in __anon9db3a4f70111::InstPartition
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp117 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anonce78c04f0111::InstPartition
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632Traits.h268 enum InstructionSet { enum
DIceTargetLoweringX8664Traits.h293 enum InstructionSet { enum
DIceTargetLoweringX86Base.h1081 InstructionSetEnum InstructionSet = Traits::InstructionSet::Begin; variable
/external/vixl/src/aarch32/
Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum