Home
last modified time | relevance | path

Searched defs:IsaVersion (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h27 struct IsaVersion { struct
33 IsaVersion getIsaVersion(const FeatureBitset &Features); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTargetParser.h136 struct IsaVersion { struct
137 unsigned Major;
138 unsigned Minor;
139 unsigned Stepping;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/
H A DTargetParser.h113 struct IsaVersion { struct
114 unsigned Major;
115 unsigned Minor;
116 unsigned Stepping;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TargetParser/
DTargetParser.h117 struct IsaVersion { struct
118 unsigned Major;
119 unsigned Minor;
120 unsigned Stepping;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/
DTargetParser.h125 struct IsaVersion { struct
126 unsigned Major;
127 unsigned Minor;
128 unsigned Stepping;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/
DTargetParser.h125 struct IsaVersion { struct
126 unsigned Major;
127 unsigned Minor;
128 unsigned Stepping;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/
DTargetParser.h125 struct IsaVersion { struct
126 unsigned Major;
127 unsigned Minor;
128 unsigned Stepping;
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h62 unsigned IsaVersion; variable