Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86.h60 InstructionSetX86 InstructionSet = InstructionSetX86::Begin; variable
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp46 class InstructionSet class
49 InstructionSet() : CPU_Rep(){}; in InstructionSet() function in InstructionSet
/external/llvm/lib/Analysis/
DVectorUtils.cpp321 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in __anon655745330111::InstPartition
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp129 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon42bd1f950111::InstPartition
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp380 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local
/external/vixl/src/aarch32/
Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum