/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.h | 43 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/ |
D | LoopDistribute.cpp | 83 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/ |
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 __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/ |
D | isa.hpp | 44 class InstructionSet class 47 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;
|
/external/llvm/lib/Target/BPF/ |
D | BPF.td | 35 let InstructionSet = BPFInstrInfo;
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCore.td | 45 let InstructionSet = XCoreInstrInfo;
|
/external/llvm/test/TableGen/ |
D | AsmPredicateCondsEmission.td | 12 let InstructionSet = archInstrInfo;
|
/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/vixl/examples/aarch32/ |
D | examples.h | 65 T GetEntryPoint(const Label& entry_point, InstructionSet isa) const { in GetEntryPoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCore.td | 46 let InstructionSet = XCoreInstrInfo;
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 46 let InstructionSet = XCoreInstrInfo;
|
/external/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 321 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local 328 InstructionSet.insert(&I); in computeMinimumValueSizes() 377 !InstructionSet.count(I)) in computeMinimumValueSizes()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430.td | 58 let InstructionSet = MSP430InstrInfo;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZ.td | 61 let InstructionSet = SystemZInstrInfo;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZ.td | 59 let InstructionSet = SystemZInstrInfo;
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430.td | 63 let InstructionSet = MSP430InstrInfo;
|