Home
last modified time | relevance | path

Searched refs:is64Bit (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp251 if (is64Bit()) in getSectionAddress()
260 if (is64Bit()) in getSectionIndex()
269 if (is64Bit()) in getSectionSize()
281 if (is64Bit()) in getSectionContents()
329 if (is64Bit()) in section_rel_begin()
341 if (is64Bit()) in section_rel_end()
357 if (is64Bit()) in getRelocationOffset()
376 if (is64Bit()) in getRelocationSymbol()
390 if (is64Bit()) in getRelocationType()
397 if (is64Bit()) in getRelocationTypeName()
[all …]
H A DMachOObjectFile.cpp177 if (O.is64Bit()) { in getSectionFlags()
1265 if (is64Bit()) { in MachOObjectFile()
1682 if (is64Bit()) { in checkSymbolTable()
1776 if (is64Bit()) { in getNValue()
1918 if (is64Bit()) in getSectionAddress()
1935 if (is64Bit()) { in getSectionSize()
1966 if (is64Bit()) { in getSectionContents()
1981 if (is64Bit()) { in getSectionAlignment()
2070 if (is64Bit()) in isSectionStripped()
2085 if (is64Bit()) { in section_rel_end()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
41 if (is64Bit) in X86MCAsmInfoDarwin()
48 if (!is64Bit) in X86MCAsmInfoDarwin()
83 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
89 CodePointerSize = (is64Bit && !isX32) ? 8 : 4; in X86ELFMCAsmInfo()
92 CalleeSaveStackSlotSize = is64Bit ? 8 : 4; in X86ELFMCAsmInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp74 if (is64Bit()) { in classifyLocalReference()
154 if (is64Bit()) { in classifyGlobalReference()
199 if (is64Bit() && F && (CallingConv::X86_RegCall == F->getCallingConv())) in classifyGlobalFunctionReference()
207 is64Bit()) in classifyGlobalFunctionReference()
210 if (!is64Bit() && !GV && TM.getRelocationModel() == Reloc::Static) in classifyGlobalFunctionReference()
215 if (is64Bit()) { in classifyGlobalFunctionReference()
308 else if (is64Bit()) in X86Subtarget()
H A DX86Subtarget.h599 bool is64Bit() const { in is64Bit() function
629 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov()
692 bool hasLAHFSAHF() const { return HasLAHFSAHF64 || !is64Bit(); } in hasLAHFSAHF()
705 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b()
818 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported()
829 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence()
848 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()
849 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
H A DX86TargetMachine.cpp156 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
167 if (is64Bit) in getEffectiveRelocModel()
171 if (TT.isOSWindows() && is64Bit) in getEffectiveRelocModel()
181 if (is64Bit) in getEffectiveRelocModel()
189 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp30 static std::string computeDataLayout(const Triple &T, bool is64Bit) { in computeDataLayout() argument
36 if (!is64Bit) in computeDataLayout()
44 if (is64Bit) in computeDataLayout()
49 if (is64Bit) in computeDataLayout()
101 is64Bit(is64bit) { in SparcTargetMachine()
132 this->is64Bit); in getSubtargetImpl()
H A DSparcSubtarget.cpp69 bool is64Bit) in SparcSubtarget() argument
71 Is64Bit(is64Bit), InstrInfo(initializeSubtargetDependencies(CPU, FS)), in SparcSubtarget()
76 if (is64Bit()) { in getAdjustedFrameSize()
H A DSparcSubtarget.h107 bool is64Bit() const { return Is64Bit; } in is64Bit() function
112 return is64Bit() ? 2047 : 0; in getStackPointerBias()
H A DSparcRegisterInfo.cpp67 if (!Subtarget.is64Bit()) in getReservedRegs()
82 if (ReserveAppRegisters || !Subtarget.is64Bit()) in getReservedRegs()
108 return Subtarget.is64Bit() ? &SP::I64RegsRegClass : &SP::IntRegsRegClass; in getPointerRegClass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp157 if (is64Bit()) in writeHeader()
185 is64Bit() ? sizeof(MachO::segment_command_64): in writeSegmentLoadCommand()
193 if (is64Bit()) { in writeSegmentLoadCommand()
236 if (is64Bit()) { in writeSection()
252 if (is64Bit()) in writeSection()
401 if (is64Bit()) in writeNlist()
422 const std::vector<std::string> &Options, bool is64Bit) in ComputeLinkerOptionsLoadCommandSize() argument
427 return alignTo(Size, is64Bit ? 8 : 4); in ComputeLinkerOptionsLoadCommandSize()
769 uint64_t LoadCommandsSize = is64Bit() ? in writeObject()
791 uint64_t LOHSize = alignTo(LOHRawSize, is64Bit() ? 8 : 4); in writeObject()
[all …]
H A DELFObjectWriter.cpp144 bool is64Bit() const;
160 if (is64Bit()) in WriteWord()
391 bool ELFWriter::is64Bit() const { in is64Bit() function in ELFWriter
392 return OWriter.TargetObjectWriter->is64Bit(); in is64Bit()
442 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Ehdr) in writeHeader()
449 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr) in writeHeader()
607 SymbolTableWriter Writer(*this, is64Bit()); in computeSymbolTable()
820 if (is64Bit()) { in maybeWriteCompression()
893 Section.setAlignment(is64Bit() ? Align(8) : Align(4)); in writeSectionData()
935 if (is64Bit()) { in writeRelocations()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp21 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo() argument
26 if (is64Bit) { in PPCELFMCAsmInfo()
52 Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr; in PPCELFMCAsmInfo()
H A DPPCMCAsmInfo.h26 explicit PPCELFMCAsmInfo(bool is64Bit, const Triple &);
33 explicit PPCXCOFFMCAsmInfo(bool is64Bit, const Triple &);
H A DPPCELFObjectWriter.cpp288 if (is64Bit()) in getRelocType()
303 if (is64Bit()) in getRelocType()
402 if (is64Bit()) in getRelocType()
408 if (is64Bit()) in getRelocType()
414 if (is64Bit()) in getRelocType()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp80 if (Obj.is64Bit()) { in printFileHeaders()
100 if (Obj.is64Bit()) in printSectionHeaders()
107 if (Obj.is64Bit()) in printRelocations()
177 assert((!Obj.is64Bit() || AuxEntPtr->AuxType == XCOFF::AUX_FILE) && in printFileAuxEnt()
187 if (Obj.is64Bit()) { in printFileAuxEnt()
214 assert((!Obj.is64Bit() || AuxEntRef.getAuxType64() == XCOFF::AUX_CSECT) && in printCsectAuxEnt()
232 if (Obj.is64Bit()) { in printCsectAuxEnt()
362 if (Obj.is64Bit() && in printSymbol()
398 if (I == NumberOfAuxEntries && !Obj.is64Bit()) in printSymbol()
403 if (Obj.is64Bit() && in printSymbol()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h63 bool is64Bit() const { return Is64Bit; } in is64Bit() function
132 StringTable(TargetObjectWriter->is64Bit() ? StringTableBuilder::MachO64 in MachObjectWriter()
171 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
H A DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h44 bool is64Bit() { return MachO::is64Bit(Arch); } in is64Bit() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp80 return is64Bit() ? wasm::R_WASM_TABLE_INDEX_REL_SLEB64 in getRelocType()
83 return is64Bit() ? wasm::R_WASM_MEMORY_ADDR_TLS_SLEB64 in getRelocType()
87 return is64Bit() ? wasm::R_WASM_MEMORY_ADDR_REL_SLEB64 in getRelocType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTargetParser.cpp253 bool is64Bit() const { return (Features & FK_64BIT); } in is64Bit() function
265 return RISCVCPUInfo[static_cast<unsigned>(Kind)].is64Bit() == IsRV64; in checkCPUKind()
271 return RISCVCPUInfo[static_cast<unsigned>(Kind)].is64Bit() == IsRV64; in checkTuneCPUKind()
304 if (C.Kind != CK_INVALID && IsRV64 == C.is64Bit()) in fillValidCPUArchList()
311 if (C.Kind != CK_INVALID && IsRV64 == C.is64Bit()) in fillValidTuneCPUArchList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp33 is64Bit = Obj.Header.magic == MachO::MH_MAGIC_64 || in MachOWriter()
62 bool is64Bit; member in __anon2c91a47f0111::MachOWriter
97 is64Bit ? sizeof(MachO::mach_header_64) : sizeof(MachO::mach_header); in writeHeader()
271 uint64_t segOff = is64Bit ? LC.Data.segment_command_64_data.fileoff in writeSectionData()
316 uint64_t segSize = is64Bit ? LC.Data.segment_command_64_data.filesize in writeSectionData()
510 if (is64Bit) in writeNameList()
615 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
617 if (is64Bit) in writeFatArchs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp136 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
149 if (!is64Bit || T.getOS() == Triple::Lv2) in getDataLayoutString()
157 if (is64Bit) in getDataLayoutString()
165 if (is64Bit && (T.isOSAIX() || T.isOSLinux())) in getDataLayoutString()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp253 new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(), in perform()
256 new (_file.allocator()) NonLazyPointerAtom(_file, _ctx.is64Bit(), in perform()
295 new (_file.allocator()) LazyPointerAtom(_file, _ctx.is64Bit()); in perform()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h50 bool is64Bit(Architecture);

12345