| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| D | SPIRVBaseInfo.cpp | 44 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()
|
| D | SPIRVBaseInfo.h | 184 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,
|
| D | SPIRVInstPrinter.h | 23 SmallDenseMap<unsigned, SPIRV::InstructionSet::InstructionSet> ExtInstSetIDs;
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
| D | SPIRVSubtarget.cpp | 76 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()
|
| D | SPIRVBuiltins.td | 15 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 …]
|
| D | SPIRVSubtarget.h | 42 SmallSet<SPIRV::InstructionSet::InstructionSet, 4> AvailableExtInstSets; 83 bool canUseExtInstSet(SPIRV::InstructionSet::InstructionSet E) const;
|
| D | SPIRVBuiltins.cpp | 31 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 …]
|
| D | SPIRVBuiltins.h | 35 InstructionSet::InstructionSet Set,
|
| D | SPIRV.td | 42 let InstructionSet = SPIRVInstrInfo;
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringX86.h | 43 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/ |
| D | zstd.vcxproj | 118 <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/ |
| D | sfn_virtualvalues.h | 75 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/ |
| D | constants-aarch32.h | 41 enum InstructionSet { A32, T32 }; enum 43 const InstructionSet kDefaultISA = T32; 45 const InstructionSet kDefaultISA = A32;
|
| /external/llvm/test/TableGen/ |
| D | AsmPredicateCondsEmission.td | 12 let InstructionSet = archInstrInfo;
|
| D | trydecode-emission.td | 13 let InstructionSet = archInstrInfo;
|
| D | trydecode-emission3.td | 8 let InstructionSet = archInstrInfo;
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARC.td | 23 let InstructionSet = ARCInstrInfo;
|
| /external/llvm/lib/Target/BPF/ |
| D | BPF.td | 35 let InstructionSet = BPFInstrInfo;
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopDistribute.cpp | 83 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/ |
| D | R600.td | 17 let InstructionSet = R600InstrInfo;
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
| D | R600.td | 16 let InstructionSet = R600InstrInfo;
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BPF.td | 52 let InstructionSet = BPFInstrInfo;
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
| D | BPF.td | 52 let InstructionSet = BPFInstrInfo;
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | LoopDistribute.cpp | 126 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/ |
| D | LoopDistribute.cpp | 129 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;
|