Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86.h60 InstructionSetX86 InstructionSet = InstructionSetX86::Begin; variable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.h68 using InstructionSet = std::set<Instr *, std::less<Instr *>, Allocator<Instr *>>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp129 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon447279370111::InstPartition
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp380 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local
/third_party/vixl/src/aarch32/
Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum