Home
last modified time | relevance | path

Searched defs:Is64Bits (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h46 static const bool Is64Bits = Is64; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h54 static const bool Is64Bits = Is64; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DELFTypes.h55 static const bool Is64Bits = Is64; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1001 bool Is64Bits = MI.getOpcode() != X86::TLS_addr32 && in LowerTlsAddr() local
1335 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp932 bool Is64Bits = MI.getOpcode() == X86::TLS_addr64 || in LowerTlsAddr() local
1288 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() local
/external/vixl/src/aarch64/
Dregisters-aarch64.h165 bool Is64Bits() const { return size_ == kEncodedDRegSize; } in Is64Bits() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.h1048 bool Is64Bits; variable
DELFObject.cpp536 bool Is64Bits) in CompressedSection()
/external/llvm/lib/Object/
DMachOObjectFile.cpp253 bool Is64Bits) { in create()
/external/vixl/src/aarch32/
Dinstructions-aarch32.h128 bool Is64Bits() const { return GetSizeInBits() == 64; } in Is64Bits() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1246 bool Is64Bits, uint32_t UniversalCputype, in create()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp1249 bool Is64Bits, uint32_t UniversalCputype, in create()