Home
last modified time | relevance | path

Searched defs:is64Bit (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
85 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
DX86AsmBackend.cpp107 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, in X86ELFObjectWriter()
761 WindowsX86AsmBackend(const Target &T, bool is64Bit, in WindowsX86AsmBackend()
DX86MCTargetDesc.cpp325 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
DMCMachObjectWriter.h62 bool is64Bit() const { return Is64Bit; } in is64Bit() function
168 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
DMCWasmObjectWriter.h41 bool is64Bit() const { return Is64Bit; } in is64Bit() function
DMCELFObjectWriter.h104 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.h25 bool is64Bit; variable
DSparcSubtarget.cpp69 bool is64Bit) in SparcSubtarget()
DSparcSubtarget.h107 bool is64Bit() const { return Is64Bit; } in is64Bit() function
DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h48 bool is64Bit() const { return is64bit; } in is64Bit() function
DNVPTXTargetMachine.cpp94 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSubtarget.h90 bool is64Bit() const { return HasRV64; } in is64Bit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp594 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local
600 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode()
638 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local
644 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode()
DPPCTargetMachine.cpp127 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
DPPCRegisterInfo.cpp626 bool is64Bit = TM.isPPC64(); in lowerDynamicAreaOffset() local
1121 bool is64Bit = TM.isPPC64(); in eliminateFrameIndex() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_process.js81 is64Bit: function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp59 bool is64Bit; member in __anon2718ee760111::MachOWriter
554 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
DCOFFEmitter.cpp50 bool is64Bit() const { in is64Bit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp161 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp17 constexpr bool is64Bit = true; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp423 bool XCOFFObjectFile::is64Bit() const { in is64Bit() function in llvm::object::XCOFFObjectFile
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp161 bool is64Bit() const { return Root->getType()->isIntegerTy(64); } in is64Bit() function in __anon1db754740111::Reduction

12