| /trueos/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| HD | PPCMCAsmInfo.cpp | 23 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { in PPCMCAsmInfoDarwin() argument 24 if (is64Bit) { in PPCMCAsmInfoDarwin() 32 if (!is64Bit) in PPCMCAsmInfoDarwin() 39 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() argument 40 if (is64Bit) { in PPCMCAsmInfoDarwin() 48 if (!is64Bit) in PPCMCAsmInfoDarwin() 63 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { in PPCLinuxMCAsmInfo() argument 64 if (is64Bit) { in PPCLinuxMCAsmInfo() 92 Data64bitsDirective = is64Bit ? "\t.quad\t" : 0; in PPCLinuxMCAsmInfo()
|
| HD | PPCMCAsmInfo.h | 28 explicit PPCMCAsmInfoDarwin(bool is64Bit); 29 explicit PPCMCAsmInfoDarwin(bool is64Bit, const Triple&); 35 explicit PPCLinuxMCAsmInfo(bool is64Bit);
|
| /trueos/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCJITInfo.cpp | 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt() argument 55 } else if (!is64Bit) { in EmitBranchToAt() 298 bool is64Bit) { in LLVMPPCCompilationCallback() argument 329 StubCallAddr -= is64Bit ? 9 : 6; in LLVMPPCCompilationCallback() 334 EmitBranchToAt((intptr_t)StubCallAddr, (intptr_t)Target, false, is64Bit); in LLVMPPCCompilationCallback() 349 return is64Bit ? PPC64CompilationCallback : PPC32CompilationCallback; in getLazyResolverFunction() 380 EmitBranchToAt((intptr_t)Addr, (intptr_t)Fn, false, is64Bit); in emitFunctionStub() 386 if (is64Bit) { in emitFunctionStub() 407 EmitBranchToAt(BranchAddr, (intptr_t)Fn, true, is64Bit); in emitFunctionStub() 469 EmitBranchToAt((intptr_t)Old, (intptr_t)New, false, is64Bit); in replaceMachineCodeForFunction()
|
| HD | PPCJITInfo.h | 26 bool is64Bit; variable 30 is64Bit = tmIs64Bit; in PPCJITInfo()
|
| HD | PPCTargetMachine.cpp | 78 bool is64Bit) in PPCTargetMachine() argument 80 Subtarget(TT, CPU, FS, is64Bit), in PPCTargetMachine() 82 FrameLowering(Subtarget), JITInfo(*this, is64Bit), in PPCTargetMachine()
|
| HD | PPCSubtarget.cpp | 34 const std::string &FS, bool is64Bit) in PPCSubtarget() argument 36 , IsPPC64(is64Bit) in PPCSubtarget()
|
| /trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MCAsmInfo.cpp | 45 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 46 if (is64Bit) in X86MCAsmInfoDarwin() 53 if (!is64Bit) in X86MCAsmInfoDarwin() 88 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local 94 PointerSize = (is64Bit && !isX32) ? 8 : 4; in X86ELFMCAsmInfo() 97 CalleeSaveStackSlotSize = is64Bit ? 8 : 4; in X86ELFMCAsmInfo()
|
| HD | X86MCTargetDesc.cpp | 268 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local 272 if (is64Bit) in createX86MCAsmInfo() 290 int stackGrowth = is64Bit ? -8 : -4; in createX86MCAsmInfo() 293 unsigned StackPtr = is64Bit ? X86::RSP : X86::ESP; in createX86MCAsmInfo() 299 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP; in createX86MCAsmInfo() 313 bool is64Bit = T.getArch() == Triple::x86_64; in createX86MCCodeGenInfo() local 320 if (is64Bit) in createX86MCCodeGenInfo() 324 } else if (T.isOSWindows() && is64Bit) in createX86MCCodeGenInfo() 335 if (is64Bit) in createX86MCCodeGenInfo() 343 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit) in createX86MCCodeGenInfo() [all …]
|
| /trueos/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcSubtarget.cpp | 28 const std::string &FS, bool is64Bit) : in SparcSubtarget() argument 33 Is64Bit(is64Bit), in SparcSubtarget() 40 CPUName = (is64Bit) ? "v9" : "v8"; in SparcSubtarget() 53 if (is64Bit()) { in getAdjustedFrameSize()
|
| HD | SparcSubtarget.h | 49 bool is64Bit() const { return Is64Bit; } in is64Bit() function 52 if (is64Bit()) { in getDataLayout() 63 return is64Bit() ? 2047 : 0; in getStackPointerBias()
|
| HD | SparcFrameLowering.h | 29 ST.is64Bit() ? 16 : 8, 0, ST.is64Bit() ? 16 : 8), in SparcFrameLowering()
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MachObjectWriter.cpp | 138 Write32(is64Bit() ? MachO::MH_MAGIC_64 : MachO::MH_MAGIC); in WriteHeader() 147 if (is64Bit()) in WriteHeader() 151 (is64Bit()?sizeof(MachO::mach_header_64): sizeof(MachO::mach_header))); in WriteHeader() 169 is64Bit() ? sizeof(MachO::segment_command_64): in WriteSegmentLoadCommand() 171 Write32(is64Bit() ? MachO::LC_SEGMENT_64 : MachO::LC_SEGMENT); in WriteSegmentLoadCommand() 173 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in WriteSegmentLoadCommand() 177 if (is64Bit()) { in WriteSegmentLoadCommand() 221 if (is64Bit()) { in WriteSection() 241 if (is64Bit()) in WriteSection() 244 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) : in WriteSection() [all …]
|
| HD | ELFObjectWriter.cpp | 139 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function in __anona10a2d530111::ELFObjectWriter 161 if (is64Bit()) in WriteWord() 387 Write8(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS] in WriteHeader() 406 WriteWord(SectionDataSize + (is64Bit() ? sizeof(ELF::Elf64_Ehdr) : in WriteHeader() 413 Write16(is64Bit() ? sizeof(ELF::Elf64_Ehdr) : sizeof(ELF::Elf32_Ehdr)); in WriteHeader() 419 Write16(is64Bit() ? sizeof(ELF::Elf64_Shdr) : sizeof(ELF::Elf32_Shdr)); in WriteHeader() 451 if (is64Bit()) { in WriteSymbolEntry() 769 if (is64Bit()) in RecordRelocation() 1019 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in CreateRelocationSections() 1021 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in CreateRelocationSections() [all …]
|
| /trueos/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXSubtarget.h | 44 const std::string &FS, bool is64Bit); 68 bool is64Bit() const { return Is64Bit; } in is64Bit() function 80 if (is64Bit()) in getDataLayout()
|
| HD | NVPTXSubtarget.cpp | 27 const std::string &FS, bool is64Bit) in NVPTXSubtarget() argument 28 : NVPTXGenSubtargetInfo(TT, CPU, FS), Is64Bit(is64Bit), PTXVersion(0), in NVPTXSubtarget()
|
| HD | NVPTXISelDAGToDAG.cpp | 283 } else if (Subtarget.is64Bit() in SelectLoad() 312 } else if (Subtarget.is64Bit() in SelectLoad() 315 if (Subtarget.is64Bit()) { in SelectLoad() 367 if (Subtarget.is64Bit()) { in SelectLoad() 544 } else if (Subtarget.is64Bit() in SelectLoadVector() 598 } else if (Subtarget.is64Bit() in SelectLoadVector() 601 if (Subtarget.is64Bit()) { in SelectLoadVector() 703 if (Subtarget.is64Bit()) { in SelectLoadVector() 917 } else if (Subtarget.is64Bit() in SelectLDGLDUVector() 920 if (Subtarget.is64Bit()) { in SelectLDGLDUVector() [all …]
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86SelectionDAGInfo.cpp | 102 if (Subtarget->is64Bit() && ((Align & 0x7) == 0)) { // QWORD aligned in EmitTargetCodeForMemset() 131 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX : in EmitTargetCodeForMemset() 135 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI : in EmitTargetCodeForMemset() 221 AVT = Subtarget->is64Bit() ? MVT::i64 : MVT::i32; in EmitTargetCodeForMemcpy() 229 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX : in EmitTargetCodeForMemcpy() 233 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI : in EmitTargetCodeForMemcpy() 237 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RSI : in EmitTargetCodeForMemcpy()
|
| HD | X86TargetMachine.cpp | 83 bool is64Bit) in X86TargetMachine() argument 85 Subtarget(TT, CPU, FS, Options.StackAlignmentOverride, is64Bit), in X86TargetMachine() 92 } else if (Subtarget.is64Bit()) { in X86TargetMachine() 180 if (!getX86Subtarget().is64Bit()) in addInstSelector()
|
| HD | X86Subtarget.h | 214 unsigned StackAlignOverride, bool is64Bit); 240 bool is64Bit() const { in is64Bit() function 324 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); } in isTargetNaCl32() 325 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64()
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r262582-llvm-r202422-sparc.diff | 19 - bool is64Bit) { 23 - return TLI.LowerF128Op(Op, DAG, ((is64Bit) ? "_Qp_neg" : "_Q_neg"), 1); 56 - bool is64Bit = Subtarget->is64Bit(); 64 - case ISD::FNEG: return LowerFNEG(Op, DAG, *this, is64Bit);
|
| HD | patch-r262261-llvm-r200130-sparc.diff | 25 BuildMI(LoopMBB, DL, TII.get(is64Bit ? SP::CASXrr : SP::CASrr), DestReg) 30 BuildMI(LoopMBB, DL, TII.get(is64Bit ? SP::BPXCC : SP::BCOND))
|
| HD | patch-r262261-llvm-r198480-sparc.diff | 38 + if (Subtarget->is64Bit()) 57 + unsigned Offset = (Subtarget->is64Bit()) ? (stackBias + 112) : 56; 65 + if (Subtarget->is64Bit()) 115 + unsigned Offset = (Subtarget->is64Bit()) ? 120 : 60;
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | OutputBuffer.h | 29 bool is64Bit, isLittleEndian; variable 33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {} in OutputBuffer() 105 if (!is64Bit) in outaddr() 150 if (!is64Bit) in fixaddr()
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | MachOObjectFile.cpp | 235 if (O->is64Bit()) { in getSegmentLoadCommandNumSections() 248 bool Is64 = O->is64Bit(); in getSectionPtr() 414 if (O->is64Bit()) { in getSectionFlags() 428 MachO::LoadCommandType SegmentLoadType = is64Bit() ? in MachOObjectFile() 459 unsigned SymbolTableEntrySize = is64Bit() ? in getSymbolNext() 478 if (is64Bit()) { in getSymbolAddress() 497 if (is64Bit()) { in getSymbolFileOffset() 667 if (is64Bit()) { in getSectionAddress() 679 if (is64Bit()) { in getSectionSize() 695 if (is64Bit()) { in getSectionContents() [all …]
|
| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCMachObjectWriter.h | 58 bool is64Bit() const { return Is64Bit; } in is64Bit() function 156 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
|