Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h96 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/
Dlabel-aarch32.h75 InstructionSet isa) in ForwardReference()
114 InstructionSet isa_;
171 void Bind(Offset offset, InstructionSet isa) { in Bind()
223 InstructionSet isa, in AddForwardRef()
291 InstructionSet isa_;
Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum
43 const InstructionSet kDefaultISA = T32;
45 const InstructionSet kDefaultISA = A32;
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp83 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/
Disa.hpp44 class InstructionSet class
47 InstructionSet() : CPU_Rep() {}; in InstructionSet() function in InstructionSet
/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-branch-link-masm.cc45 void benchmark(int iterations, InstructionSet isa) { in benchmark()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCore.td45 let InstructionSet = XCoreInstrInfo;
/external/llvm/lib/Target/BPF/
DBPF.td35 let InstructionSet = BPFInstrInfo;
/external/llvm/lib/Target/XCore/
DXCore.td46 let InstructionSet = XCoreInstrInfo;
/external/llvm/test/TableGen/
DAsmPredicateCondsEmission.td12 let InstructionSet = archInstrInfo;
Dtrydecode-emission3.td8 let InstructionSet = archInstrInfo;
Dtrydecode-emission2.td8 let InstructionSet = archInstrInfo;
Dtrydecode-emission.td13 let InstructionSet = archInstrInfo;
/external/llvm/lib/Target/Lanai/
DLanai.td45 let InstructionSet = LanaiInstrInfo;
/external/llvm/lib/Target/SystemZ/
DSystemZ.td61 let InstructionSet = SystemZInstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZ.td59 let InstructionSet = SystemZInstrInfo;
/external/llvm/lib/Target/MSP430/
DMSP430.td58 let InstructionSet = MSP430InstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430.td63 let InstructionSet = MSP430InstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlpha.td67 let InstructionSet = AlphaInstrInfo;
/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/WebAssembly/
DWebAssembly.td65 let InstructionSet = WebAssemblyInstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPU.td65 let InstructionSet = SPUInstrInfo;
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlaze.td71 let InstructionSet = MBlazeInstrInfo;

123