/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.h | 44 class JitInstructionSet : public InstructionSet 71 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2() 72 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F() 73 bool AVX512ER(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512ER(); } in AVX512ER() 74 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in __anon7fb66bb90111::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/ |
D | constants-aarch32.h | 41 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/ |
D | LoopDistribute.cpp | 117 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon61ffe7510111::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/ |
D | isa.hpp | 46 class InstructionSet class 49 InstructionSet() : CPU_Rep(){}; in InstructionSet() function in InstructionSet
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARC.td | 24 let InstructionSet = ARCInstrInfo;
|
/external/vixl/benchmarks/aarch32/ |
D | bench-dataop.cc | 44 void benchmark(unsigned instructions, InstructionSet isa) { in benchmark()
|
D | bench-branch-masm.cc | 44 void benchmark(int iterations, InstructionSet isa) { in benchmark()
|
D | bench-literal.cc | 45 void benchmark(int iterations, int literals, InstructionSet isa) { in benchmark()
|
D | bench-branch-link-masm.cc | 45 void benchmark(int iterations, InstructionSet isa) { in benchmark()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | RegisterEncoder.td | 10 let InstructionSet = ArchInstrInfo;
|
D | AsmPredicateCondsEmission.td | 12 let InstructionSet = archInstrInfo;
|
D | AsmVariant.td | 20 let InstructionSet = ArchInstrInfo;
|
D | trydecode-emission3.td | 8 let InstructionSet = archInstrInfo;
|
D | RelTest.td | 16 let InstructionSet = SimpleInstrInfo;
|
/external/llvm/lib/Target/BPF/ |
D | BPF.td | 35 let InstructionSet = BPFInstrInfo;
|
/external/llvm/test/TableGen/ |
D | AsmPredicateCondsEmission.td | 12 let InstructionSet = archInstrInfo;
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 46 let InstructionSet = XCoreInstrInfo;
|
/external/vixl/examples/aarch32/ |
D | examples.h | 62 T GetEntryPoint(const Label& entry_point, InstructionSet isa) const { in GetEntryPoint()
|
/external/llvm/lib/Target/Lanai/ |
D | Lanai.td | 45 let InstructionSet = LanaiInstrInfo;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | Lanai.td | 45 let InstructionSet = LanaiInstrInfo;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCore.td | 46 let InstructionSet = XCoreInstrInfo;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.td | 61 let InstructionSet = SystemZInstrInfo;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430.td | 58 let InstructionSet = MSP430InstrInfo;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVR.td | 75 let InstructionSet = AVRInstrInfo;
|