Searched defs:Subtype (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/TargetParser/ |
H A D | Host.cpp | 671 unsigned *Type, unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() 995 unsigned *Type, unsigned *Subtype) { in getAMDProcessorTypeAndSubtype() 1276 unsigned Subtype = 0; in getHostCPUName() local
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | cpu_model.c | 307 unsigned *Type, unsigned *Subtype) { in getIntelProcessorTypeAndSubtype() 554 unsigned *Type, unsigned *Subtype) { in getAMDProcessorTypeAndSubtype()
|