Home
last modified time | relevance | path

Searched refs:InstructionSet (Results 1 – 25 of 92) sorted by relevance

1234

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h43 class JitInstructionSet : public InstructionSet
70 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2()
71 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F()
72 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in __anon9db3a4f70111::InstPartition
98 InstructionSet::iterator begin() { return Set.begin(); } in begin()
99 InstructionSet::iterator end() { return Set.end(); } in end()
100 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin()
101 InstructionSet::const_iterator end() const { return Set.end(); } in end()
209 InstructionSet Set;
/external/vixl/src/aarch32/
Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum
43 const InstructionSet kDefaultISA = T32;
45 const InstructionSet kDefaultISA = A32;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp117 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anonce78c04f0111::InstPartition
132 InstructionSet::iterator begin() { return Set.begin(); } in begin()
133 InstructionSet::iterator end() { return Set.end(); } in end()
134 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin()
135 InstructionSet::const_iterator end() const { return Set.end(); } in end()
243 InstructionSet Set;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp44 class InstructionSet class
47 InstructionSet() : CPU_Rep() {}; in InstructionSet() function in InstructionSet
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARC.td24 let InstructionSet = ARCInstrInfo;
/external/vixl/benchmarks/aarch32/
Dbench-dataop.cc44 void benchmark(unsigned instructions, InstructionSet isa) { in benchmark()
Dbench-branch-masm.cc44 void benchmark(int iterations, InstructionSet isa) { in benchmark()
Dbench-literal.cc45 void benchmark(int iterations, int literals, InstructionSet isa) { in benchmark()
Dbench-branch-link-masm.cc45 void benchmark(int iterations, InstructionSet isa) { in benchmark()
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DRegisterEncoder.td10 let InstructionSet = ArchInstrInfo;
DAsmPredicateCondsEmission.td12 let InstructionSet = archInstrInfo;
/external/llvm/lib/Target/BPF/
DBPF.td35 let InstructionSet = BPFInstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCore.td45 let InstructionSet = XCoreInstrInfo;
/external/llvm/test/TableGen/
DAsmPredicateCondsEmission.td12 let InstructionSet = archInstrInfo;
/external/llvm/lib/Target/Lanai/
DLanai.td45 let InstructionSet = LanaiInstrInfo;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanai.td45 let InstructionSet = LanaiInstrInfo;
/external/vixl/examples/aarch32/
Dexamples.h65 T GetEntryPoint(const Label& entry_point, InstructionSet isa) const { in GetEntryPoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCore.td46 let InstructionSet = XCoreInstrInfo;
/external/llvm/lib/Target/XCore/
DXCore.td46 let InstructionSet = XCoreInstrInfo;
/external/llvm/lib/Analysis/
DVectorUtils.cpp321 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local
328 InstructionSet.insert(&I); in computeMinimumValueSizes()
377 !InstructionSet.count(I)) in computeMinimumValueSizes()
/external/llvm/lib/Target/MSP430/
DMSP430.td58 let InstructionSet = MSP430InstrInfo;
/external/llvm/lib/Target/SystemZ/
DSystemZ.td61 let InstructionSet = SystemZInstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZ.td59 let InstructionSet = SystemZInstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430.td63 let InstructionSet = MSP430InstrInfo;

1234