Searched defs:Subtype (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Host.cpp | 663 unsigned *Type, unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() 960 unsigned *Type, unsigned *Subtype) { in getAMDProcessorTypeAndSubtype() 1228 unsigned Subtype = 0; in getHostCPUName() local
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | cpu_model.c | 301 unsigned *Type, unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() 521 unsigned *Type, unsigned *Subtype) { in getAMDProcessorTypeAndSubtype()
|