Home
last modified time | relevance | path

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

12345

/netbsd/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp250 if (is64Bit()) in getSectionAddress()
259 if (is64Bit()) in getSectionIndex()
268 if (is64Bit()) in getSectionSize()
280 if (is64Bit()) in getSectionContents()
323 if (is64Bit()) in section_rel_begin()
335 if (is64Bit()) in section_rel_end()
351 if (is64Bit()) in getRelocationOffset()
370 if (is64Bit()) in getRelocationSymbol()
384 if (is64Bit()) in getRelocationType()
391 if (is64Bit()) in getRelocationTypeName()
[all …]
H A DMachOObjectFile.cpp178 if (O.is64Bit()) { in getSectionFlags()
1266 if (is64Bit()) { in MachOObjectFile()
1683 if (is64Bit()) { in checkSymbolTable()
1777 if (is64Bit()) { in getNValue()
1919 if (is64Bit()) in getSectionAddress()
1936 if (is64Bit()) { in getSectionSize()
1967 if (is64Bit()) { in getSectionContents()
1982 if (is64Bit()) { in getSectionAlignment()
2064 if (is64Bit()) in isSectionStripped()
2079 if (is64Bit()) { in section_rel_end()
[all …]
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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.h595 bool is64Bit() const { in is64Bit() function
627 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } in hasCMov()
690 bool hasLAHFSAHF() const { return HasLAHFSAHF64 || !is64Bit(); } in hasLAHFSAHF()
703 bool hasCmpxchg16b() const { return HasCmpxchg16b && is64Bit(); } in hasCmpxchg16b()
813 bool isXRaySupported() const override { return is64Bit(); } in isXRaySupported()
824 bool hasMFence() const { return hasSSE2() || is64Bit(); } in hasMFence()
843 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32()
844 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
H A DX86TargetMachine.cpp158 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
169 if (is64Bit) in getEffectiveRelocModel()
173 if (TT.isOSWindows() && is64Bit) in getEffectiveRelocModel()
183 if (is64Bit) in getEffectiveRelocModel()
191 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in getEffectiveRelocModel()
/netbsd/external/apache2/llvm/dist/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()
441 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Ehdr) in writeHeader()
448 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Shdr) in writeHeader()
606 SymbolTableWriter Writer(*this, is64Bit()); in computeSymbolTable()
818 if (is64Bit()) { in maybeWriteCompression()
891 Section.setAlignment(is64Bit() ? Align(8) : Align(4)); in writeSectionData()
932 if (is64Bit()) { in writeRelocations()
[all …]
/netbsd/external/apache2/llvm/dist/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()
H A DSparcISelLowering.cpp200 if (Subtarget->is64Bit()) in LowerReturn()
371 if (Subtarget->is64Bit()) in LowerFormalArguments()
687 if (Subtarget->is64Bit()) in LowerCall()
1428 if (Subtarget->is64Bit()) { in SparcTargetLowering()
1504 if (Subtarget->is64Bit()) { in SparcTargetLowering()
1562 if (Subtarget->is64Bit()) { in SparcTargetLowering()
1605 if (Subtarget->is64Bit()) { in SparcTargetLowering()
1677 if (Subtarget->is64Bit()) { in SparcTargetLowering()
1809 if (!Subtarget->is64Bit()) in SparcTargetLowering()
2210 bool is64Bit = Subtarget->is64Bit(); in LowerF128Compare() local
[all …]
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetParser.cpp249 bool is64Bit() const { return (Features & FK_64BIT); } in is64Bit() function
261 return RISCVCPUInfo[static_cast<unsigned>(Kind)].is64Bit() == IsRV64; in checkCPUKind()
267 return RISCVCPUInfo[static_cast<unsigned>(Kind)].is64Bit() == IsRV64; in checkTuneCPUKind()
300 if (C.Kind != CK_INVALID && IsRV64 == C.is64Bit()) in fillValidCPUArchList()
307 if (C.Kind != CK_INVALID && IsRV64 == C.is64Bit()) in fillValidTuneCPUArchList()
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp79 if (Obj.is64Bit()) { in printFileHeaders()
99 if (Obj.is64Bit()) in printSectionHeaders()
106 if (Obj.is64Bit()) in printRelocations()
168 if (Obj.is64Bit()) in printFileAuxEnt()
202 assert(!Obj.is64Bit() && "32-bit interface called on 64-bit object file."); in printCsectAuxEnt32()
226 assert(!Obj.is64Bit() && "32-bit interface called on 64-bit object file."); in printSectAuxEntForStat()
303 if (Obj.is64Bit()) in printSymbol()
443 if (Obj.is64Bit()) { in printOverflowSectionHeader()
/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DTapiFile.h44 bool is64Bit() { return MachO::is64Bit(Arch); } in is64Bit() function
/netbsd/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp33 is64Bit = Obj.Header.magic == MachO::MH_MAGIC_64 || in MachOWriter()
62 bool is64Bit; member in __anonb52ae60c0111::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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp79 return is64Bit() ? wasm::R_WASM_TABLE_INDEX_REL_SLEB64 in getRelocType()
85 return is64Bit() ? wasm::R_WASM_MEMORY_ADDR_REL_SLEB64 in getRelocType()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp135 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() local
148 if (!is64Bit || T.getOS() == Triple::Lv2) in getDataLayoutString()
156 if (is64Bit) in getDataLayoutString()
164 if (is64Bit && (T.isOSAIX() || T.isOSLinux())) in getDataLayoutString()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DArchitecture.h50 bool is64Bit(Architecture);

12345