Home
last modified time | relevance | path

Searched refs:isArch64Bit (Results 1 – 25 of 73) sorted by relevance

123

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp335 unsigned XLen = getTriple().isArch64Bit() ? 64 : 32; in handleTargetFeatures()
369 bool Is64Bit = getTriple().isArch64Bit(); in isValidCPUName()
375 bool Is64Bit = getTriple().isArch64Bit(); in fillValidCPUList()
380 bool Is64Bit = getTriple().isArch64Bit(); in isValidTuneCPUName()
386 bool Is64Bit = getTriple().isArch64Bit(); in fillValidTuneCPUList()
H A DOSTargets.cpp129 if (Triple.isArch64Bit()) { in addMinGWDefines()
263 if (Triple.isArch64Bit()) in addWindowsDefines()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp128 if (!TT.isArch64Bit() || TT.isX32() || TT.isOSNaCl()) in computeDataLayout()
137 if (TT.isArch64Bit() || TT.isOSWindows() || TT.isOSNaCl()) in computeDataLayout()
147 else if (TT.isArch64Bit() || TT.isOSDarwin() || TT.isWindowsMSVCEnvironment()) in computeDataLayout()
156 if (TT.isArch64Bit()) in computeDataLayout()
162 if ((!TT.isArch64Bit() && TT.isOSWindows()) || TT.isOSIAMCU()) in computeDataLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMachO.cpp20 assert(T.isArch64Bit()); in getX86SubType()
82 if (T.isX86() && T.isArch64Bit()) in getCPUType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp42 bool IsRV64 = TT.isArch64Bit(); in computeTargetABI()
113 if (TT.isArch64Bit() && !FeatureBits[RISCV::Feature64Bit]) in validate()
115 if (!TT.isArch64Bit() && !FeatureBits[RISCV::Feature32Bit]) in validate()
H A DRISCVMCAsmInfo.cpp23 CodePointerSize = CalleeSaveStackSlotSize = TT.isArch64Bit() ? 8 : 4; in RISCVMCAsmInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp47 if (TT.isArch64Bit()) in computeDataLayout()
69 if (!TT.isArch64Bit()) in getEffectiveLoongArchCodeModel()
H A DLoongArchSubtarget.cpp30 bool Is64Bit = TT.isArch64Bit(); in initializeSubtargetDependencies()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp23 CodePointerSize = CalleeSaveStackSlotSize = TT.isArch64Bit() ? 8 : 4; in LoongArchMCAsmInfo()
H A DLoongArchBaseInfo.cpp26 bool Is64Bit = TT.isArch64Bit(); in computeTargetABI()
H A DLoongArchMCTargetDesc.cpp58 CPU = TT.isArch64Bit() ? "la464" : "generic-la32"; in createLoongArchMCSubtargetInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCAsmInfo.cpp27 CodePointerSize = CalleeSaveStackSlotSize = T.isArch64Bit() ? 8 : 4; in WebAssemblyMCAsmInfo()
H A DWebAssemblyAsmBackend.cpp128 return new WebAssemblyAsmBackend(TT.isArch64Bit(), TT.isOSEmscripten()); in createWebAssemblyAsmBackend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h93 bool hasAddr64() const { return TargetTriple.isArch64Bit(); } in hasAddr64()
H A DWebAssemblyRegisterInfo.cpp150 return Regs[TFI->hasFP(MF)][TT.isArch64Bit()]; in getFrameRegister()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRObjectFile.h41 return Triple(getTargetTriple()).isArch64Bit(); in is64Bit()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp108 if (hostArch.GetTriple().isArch64Bit()) { in PlatformNetBSD()
268 if (triple.isArch64Bit()) in GetSiginfoType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp75 bool Is64Bit = TT.isArch64Bit(); in initializeSubtargetDependencies()
H A DRISCVTargetMachine.cpp135 if (TT.isArch64Bit()) { in computeDataLayout()
170 if (TT.isOSFuchsia() && !TT.isArch64Bit()) in RISCVTargetMachine()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp37 const bool IsArch64Bit = getToolChain().getTriple().isArch64Bit(); in ConstructJob()
117 const bool IsArch64Bit = ToolChain.getTriple().isArch64Bit(); in ConstructJob()
H A DLinux.cpp327 Triple.isArch64Bit()) in Linux()
435 !Triple.isAndroidVersionLT(34) && Triple.isArch64Bit()) { in getDynamicLinker()
442 return Triple.isArch64Bit() ? "/system/bin/linker64" : "/system/bin/linker"; in getDynamicLinker()
H A DWebAssembly.cpp75 if (ToolChain.getTriple().isArch64Bit()) in ConstructJob()
216 assert(Triple.isArch32Bit() != Triple.isArch64Bit()); in WebAssembly()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp669 bool IsN64 = TT.isArch64Bit() && !IsN32; in createMipsELFObjectWriter()
670 bool HasRelocationAddend = TT.isArch64Bit(); in createMipsELFObjectWriter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp246 return createPPCXCOFFObjectWriter(TT.isArch64Bit()); in createObjectTargetWriter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp119 if (hostArch.GetTriple().isArch64Bit()) { in PlatformFreeBSD()

123