Searched defs:ARCHINFO (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/ |
D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() macro 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() macro 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() macro 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() macro 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() macro
|
D | TextStubCommon.cpp | 135 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | Architecture.cpp | 21 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureFromCpuType() macro 33 #define ARCHINFO(Arch, Type, Subtype) .Case(#Arch, AK_##Arch) in getArchitectureFromName() macro 41 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureName() macro 57 #define ARCHINFO(Arch, Type, Subtype) \ in getCPUTypeFromArchitecture() macro
|
D | TextStubCommon.cpp | 122 #define ARCHINFO(arch, type, subtype) \ in bitset() macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | Architecture.h | 25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch, macro
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TextAPI/ |
D | Architecture.h | 28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, macro
|