/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.h | 96 class JitInstructionSet : public InstructionSet 125 bool AVX2(void) { return bForceAVX ? 0 : InstructionSet::AVX2(); } in AVX2() 126 bool AVX512F(void) { return (bForceAVX | bForceAVX2) ? 0 : InstructionSet::AVX512F(); } in AVX512F() 127 bool BMI2(void) { return bForceAVX ? 0 : InstructionSet::BMI2(); } in BMI2()
|
/external/vixl/src/aarch32/ |
D | label-aarch32.h | 75 InstructionSet isa) in ForwardReference() 114 InstructionSet isa_; 171 void Bind(Offset offset, InstructionSet isa) { in Bind() 223 InstructionSet isa, in AddForwardRef() 291 InstructionSet isa_;
|
D | constants-aarch32.h | 41 enum InstructionSet { A32, T32 }; enum 43 const InstructionSet kDefaultISA = T32; 45 const InstructionSet kDefaultISA = A32;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in __anon191a722d0111::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/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 44 class InstructionSet class 47 InstructionSet() : CPU_Rep() {}; in InstructionSet() function in InstructionSet
|
/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-branch-link-masm.cc | 45 void benchmark(int iterations, InstructionSet isa) { in benchmark()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCore.td | 45 let InstructionSet = XCoreInstrInfo;
|
/external/llvm/lib/Target/BPF/ |
D | BPF.td | 35 let InstructionSet = BPFInstrInfo;
|
/external/llvm/lib/Target/XCore/ |
D | XCore.td | 46 let InstructionSet = XCoreInstrInfo;
|
/external/llvm/test/TableGen/ |
D | AsmPredicateCondsEmission.td | 12 let InstructionSet = archInstrInfo;
|
D | trydecode-emission3.td | 8 let InstructionSet = archInstrInfo;
|
D | trydecode-emission2.td | 8 let InstructionSet = archInstrInfo;
|
D | trydecode-emission.td | 13 let InstructionSet = archInstrInfo;
|
/external/llvm/lib/Target/Lanai/ |
D | Lanai.td | 45 let InstructionSet = LanaiInstrInfo;
|
/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/llvm/lib/Target/MSP430/ |
D | MSP430.td | 58 let InstructionSet = MSP430InstrInfo;
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430.td | 63 let InstructionSet = MSP430InstrInfo;
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | Alpha.td | 67 let InstructionSet = AlphaInstrInfo;
|
/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/WebAssembly/ |
D | WebAssembly.td | 65 let InstructionSet = WebAssemblyInstrInfo;
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPU.td | 65 let InstructionSet = SPUInstrInfo;
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlaze.td | 71 let InstructionSet = MBlazeInstrInfo;
|