Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
83 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
H A DX86MCTargetDesc.cpp322 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local
H A DX86AsmBackend.cpp121 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine, in X86ELFObjectWriter()
1226 WindowsX86AsmBackend(const Target &T, bool is64Bit, in WindowsX86AsmBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DMCMachObjectWriter.h63 bool is64Bit() const { return Is64Bit; } in is64Bit() function
171 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
H A DMCWasmObjectWriter.h41 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DMCELFObjectWriter.h103 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h25 bool is64Bit; variable
H A DSparcSubtarget.cpp69 bool is64Bit) in SparcSubtarget()
H A DSparcSubtarget.h107 bool is64Bit() const { return Is64Bit; } in is64Bit() function
H A DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp21 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DTapiFile.h44 bool is64Bit() { return MachO::is64Bit(Arch); } in is64Bit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h46 bool is64Bit() const { return is64bit; } in is64Bit() function
H A DNVPTXTargetMachine.cpp98 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DArchitecture.cpp78 bool is64Bit(Architecture Arch) { in is64Bit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp761 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local
767 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode()
805 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local
811 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode()
H A DPPCTargetMachine.cpp135 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
H A DPPCRegisterInfo.cpp759 bool is64Bit = TM.isPPC64(); in lowerDynamicAreaOffset() local
1320 bool is64Bit = TM.isPPC64(); in eliminateFrameIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h125 bool is64Bit() const { return HasRV64; } in is64Bit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp62 bool is64Bit; member in __anond55923360111::MachOWriter
615 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
H A DCOFFEmitter.cpp49 bool is64Bit() const { in is64Bit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp158 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetParser.cpp249 bool is64Bit() const { return (Features & FK_64BIT); } in is64Bit() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h348 bool is64Bit() const { in is64Bit() function

12