Home
last modified time | relevance | path

Searched full:instructionset (Results 1 – 25 of 110) sorted by relevance

12345

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
DSPIRVBaseInfo.cpp44 using namespace InstructionSet;
177 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set) { in getExtInstSetName()
179 case SPIRV::InstructionSet::OpenCL_std: in getExtInstSetName()
181 case SPIRV::InstructionSet::GLSL_std_450: in getExtInstSetName()
183 case SPIRV::InstructionSet::SPV_AMD_shader_trinary_minmax: in getExtInstSetName()
189 SPIRV::InstructionSet::InstructionSet
191 for (auto Set : {SPIRV::InstructionSet::GLSL_std_450, in getExtInstSetFromString()
192 SPIRV::InstructionSet::OpenCL_std}) { in getExtInstSetFromString()
199 std::string getExtInstName(SPIRV::InstructionSet::InstructionSet Set, in getExtInstName()
203 SPIRV::InstructionSet::OpenCL_std, InstructionNumber); in getExtInstName()
DSPIRVBaseInfo.h184 namespace InstructionSet {
187 } // namespace InstructionSet
206 InstructionSet::InstructionSet Set;
233 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set);
234 SPIRV::InstructionSet::InstructionSet
236 std::string getExtInstName(SPIRV::InstructionSet::InstructionSet Set,
DSPIRVInstPrinter.h23 SmallDenseMap<unsigned, SPIRV::InstructionSet::InstructionSet> ExtInstSetIDs;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVSubtarget.cpp76 SPIRV::InstructionSet::InstructionSet E) const { in canUseExtInstSet()
108 AvailableExtInstSets.insert(SPIRV::InstructionSet::GLSL_std_450); in initAvailableExtInstSets()
110 AvailableExtInstSets.insert(SPIRV::InstructionSet::OpenCL_std); in initAvailableExtInstSets()
116 SPIRV::InstructionSet::SPV_AMD_shader_trinary_minmax); in initAvailableExtInstSets()
DSPIRVBuiltins.td15 def InstructionSet : GenericEnum {
16 let FilterClass = "InstructionSet";
21 class InstructionSet<bits<32> value> {
26 def OpenCL_std : InstructionSet<0>;
27 def GLSL_std_450 : InstructionSet<1>;
28 def SPV_AMD_shader_trinary_minmax : InstructionSet<2>;
69 class DemangledBuiltin<string name, InstructionSet set, BuiltinGroup group, bits<8> minNumArgs, bit…
71 InstructionSet Set = set;
81 string TypeOf_Set = "InstructionSet";
119 class ExtendedBuiltin<string name, InstructionSet set, int number> {
[all …]
DSPIRVSubtarget.h42 SmallSet<SPIRV::InstructionSet::InstructionSet, 4> AvailableExtInstSets;
83 bool canUseExtInstSet(SPIRV::InstructionSet::InstructionSet E) const;
DSPIRVBuiltins.cpp31 InstructionSet::InstructionSet Set;
58 InstructionSet::InstructionSet Set;
86 InstructionSet::InstructionSet Set;
96 InstructionSet::InstructionSet Set;
105 InstructionSet::InstructionSet Set;
114 InstructionSet::InstructionSet Set;
124 using namespace InstructionSet;
152 SPIRV::InstructionSet::InstructionSet Set, in lookupBuiltin()
200 if (Set == SPIRV::InstructionSet::OpenCL_std) in lookupBuiltin()
202 else if (Set == SPIRV::InstructionSet::GLSL_std_450) in lookupBuiltin()
[all …]
DSPIRVBuiltins.h35 InstructionSet::InstructionSet Set,
DSPIRV.td42 let InstructionSet = SPIRVInstrInfo;
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86.h43 InstructionSetX86 getInstructionSet() const { return InstructionSet; } in getInstructionSet()
50 "InstructionSet range different from TargetInstructionSet"); in TargetX86()
53 InstructionSet = static_cast<InstructionSetX86>( in TargetX86()
60 InstructionSetX86 InstructionSet = InstructionSetX86::Begin; variable
/external/zstd/build/VS2010/zstd/
Dzstd.vcxproj118 <InstructionSet>NotSet</InstructionSet>
192 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
209 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
229 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
252 <EnableEnhancedInstructionSet>$(InstructionSet)</EnableEnhancedInstructionSet>
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.h75 using InstructionSet = std::set<Instr *, std::less<Instr *>, Allocator<Instr *>>; variable
182 const InstructionSet& parents() const { return m_parents; } in parents()
186 const InstructionSet& uses() const { return m_uses; } in uses()
219 InstructionSet m_parents;
220 InstructionSet m_uses;
/external/vixl/src/aarch32/
Dconstants-aarch32.h41 enum InstructionSet { A32, T32 }; enum
43 const InstructionSet kDefaultISA = T32;
45 const InstructionSet kDefaultISA = A32;
/external/llvm/test/TableGen/
DAsmPredicateCondsEmission.td12 let InstructionSet = archInstrInfo;
Dtrydecode-emission.td13 let InstructionSet = archInstrInfo;
Dtrydecode-emission3.td8 let InstructionSet = archInstrInfo;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARC.td23 let InstructionSet = ARCInstrInfo;
/external/llvm/lib/Target/BPF/
DBPF.td35 let InstructionSet = BPFInstrInfo;
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp83 typedef SmallPtrSet<Instruction *, 8> InstructionSet; typedef in __anon53b8c0820111::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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600.td17 let InstructionSet = R600InstrInfo;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600.td16 let InstructionSet = R600InstrInfo;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPF.td52 let InstructionSet = BPFInstrInfo;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBPF.td52 let InstructionSet = BPFInstrInfo;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp126 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon1fb50aaa0111::InstPartition
141 InstructionSet::iterator begin() { return Set.begin(); } in begin()
142 InstructionSet::iterator end() { return Set.end(); } in end()
143 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin()
144 InstructionSet::const_iterator end() const { return Set.end(); } in end()
252 InstructionSet Set;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp129 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anon0d1b26a40111::InstPartition
144 InstructionSet::iterator begin() { return Set.begin(); } in begin()
145 InstructionSet::iterator end() { return Set.end(); } in end()
146 InstructionSet::const_iterator begin() const { return Set.begin(); } in begin()
147 InstructionSet::const_iterator end() const { return Set.end(); } in end()
255 InstructionSet Set;

12345