/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCAsmInfo.cpp | 40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 83 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
|
H A D | X86MCTargetDesc.cpp | 322 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local
|
H A D | X86AsmBackend.cpp | 121 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 D | MCXCOFFObjectWriter.h | 29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
H A D | MCMachObjectWriter.h | 63 bool is64Bit() const { return Is64Bit; } in is64Bit() function 171 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|
H A D | MCWasmObjectWriter.h | 41 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
H A D | MCELFObjectWriter.h | 103 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 25 bool is64Bit; variable
|
H A D | SparcSubtarget.cpp | 69 bool is64Bit) in SparcSubtarget()
|
H A D | SparcSubtarget.h | 107 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
H A D | SparcTargetMachine.cpp | 30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCAsmInfo.cpp | 21 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | TapiFile.h | 44 bool is64Bit() { return MachO::is64Bit(Arch); } in is64Bit() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetMachine.h | 46 bool is64Bit() const { return is64bit; } in is64Bit() function
|
H A D | NVPTXTargetMachine.cpp | 98 static std::string computeDataLayout(bool is64Bit, bool UseShortPointers) { in computeDataLayout()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 78 bool is64Bit(Architecture Arch) { in is64Bit() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 761 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 D | PPCTargetMachine.cpp | 135 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
|
H A D | PPCRegisterInfo.cpp | 759 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 D | RISCVSubtarget.h | 125 bool is64Bit() const { return HasRV64; } in is64Bit() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 62 bool is64Bit; member in __anond55923360111::MachOWriter 615 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
|
H A D | COFFEmitter.cpp | 49 bool is64Bit() const { in is64Bit() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.cpp | 158 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | TargetParser.cpp | 249 bool is64Bit() const { return (Features & FK_64BIT); } in is64Bit() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 348 bool is64Bit() const { in is64Bit() function
|