Home
last modified time | relevance | path

Searched defs:ARCHINFO (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
DArchitecture.cpp24 #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
DTextStubCommon.cpp135 #define ARCHINFO(arch, type, subtype, numbits) \ in bitset() macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DArchitecture.cpp21 #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
DTextStubCommon.cpp122 #define ARCHINFO(arch, type, subtype) \ in bitset() macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DArchitecture.h25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch, macro
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TextAPI/
DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, macro