/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86WinCOFFObjectWriter.cpp | 26 const bool Is64Bit; 41 Is64Bit(Is64Bit_) {} 57 return Is64Bit ? COFF::IMAGE_REL_AMD64_REL32 : COFF::IMAGE_REL_I386_REL32; 61 return Is64Bit ? COFF::IMAGE_REL_AMD64_ADDR32NB : 63 return Is64Bit ? COFF::IMAGE_REL_AMD64_ADDR32 : COFF::IMAGE_REL_I386_DIR32; 65 if (Is64Bit) 69 return Is64Bit ? COFF::IMAGE_REL_AMD64_SECREL : COFF::IMAGE_REL_I386_SECREL; 76 bool Is64Bit) { 77 MCWinCOFFObjectTargetWriter *MOTW = new X86WinCOFFObjectWriter(Is64Bit);
|
X86MCAsmInfo.cpp | 45 bool is64Bit = T.getArch() == Triple::x86_64; 46 if (is64Bit) 53 if (!is64Bit) 79 bool is64Bit = T.getArch() == Triple::x86_64; 85 PointerSize = (is64Bit && !isX32) ? 8 : 4; 88 CalleeSaveStackSlotSize = is64Bit ? 8 : 4;
|
X86MCTargetDesc.cpp | 268 bool is64Bit = TheTriple.getArch() == Triple::x86_64; 272 if (is64Bit) 290 int stackGrowth = is64Bit ? -8 : -4; 293 unsigned StackPtr = is64Bit ? X86::RSP : X86::ESP; 299 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP; 313 bool is64Bit = T.getArch() == Triple::x86_64; 320 if (is64Bit) 324 } else if (T.isOSWindows() && is64Bit) 335 if (is64Bit) 343 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILDeviceInfo.cpp | 21 bool is64bit, bool is64on32bit) 34 assert(!is64bit && "This device does not support 64bit pointers!"); 41 assert(!is64bit && "This device does not support 64bit pointers!"); 48 assert(!is64bit && "This device does not support 64bit pointers!"); 55 assert(!is64bit && "This device does not support 64bit pointers!"); 63 assert(!is64bit && "This device does not support 64bit pointers!"); 70 assert(!is64bit && "This device does not support 64bit pointers!"); 77 assert(!is64bit && "This device does not support 64bit pointers!"); 86 assert(!is64bit && "This device does not support 64bit pointers!");
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILDeviceInfo.cpp | 21 bool is64bit, bool is64on32bit) 34 assert(!is64bit && "This device does not support 64bit pointers!"); 41 assert(!is64bit && "This device does not support 64bit pointers!"); 48 assert(!is64bit && "This device does not support 64bit pointers!"); 55 assert(!is64bit && "This device does not support 64bit pointers!"); 63 assert(!is64bit && "This device does not support 64bit pointers!"); 70 assert(!is64bit && "This device does not support 64bit pointers!"); 77 assert(!is64bit && "This device does not support 64bit pointers!"); 86 assert(!is64bit && "This device does not support 64bit pointers!");
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCAsmInfo.cpp | 19 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { 20 if (is64Bit) { 29 if (!is64Bit) 38 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { 39 if (is64Bit) { 68 Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
|
PPCMCAsmInfo.h | 24 explicit PPCMCAsmInfoDarwin(bool is64Bit); 30 explicit PPCLinuxMCAsmInfo(bool is64Bit);
|
/external/llvm/lib/Target/Sparc/ |
SparcSubtarget.h | 31 bool Is64Bit; 35 const std::string &FS, bool is64bit); 45 bool is64Bit() const { return Is64Bit; } 48 if (is64Bit()) { 59 return is64Bit() ? 2047 : 0;
|
SparcSubtarget.cpp | 28 const std::string &FS, bool is64Bit) : 33 Is64Bit(is64Bit) { 38 if (is64Bit) 52 if (is64Bit()) {
|
SparcFrameLowering.h | 29 ST.is64Bit() ? 16 : 8, 0, ST.is64Bit() ? 16 : 8),
|
SparcInstr64Bit.td | 18 let Predicates = [Is64Bit] in { 25 } // Predicates = [Is64Bit] 38 let Predicates = [Is64Bit] in { 50 } // Predicates = [Is64Bit] 76 Requires<[Is64Bit]>; 93 Requires<[Is64Bit]>; 134 Requires<[Is64Bit]>; 141 let Predicates = [Is64Bit] in { 176 } // Predicates = [Is64Bit] 183 let Predicates = [Is64Bit] in [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXSubtarget.cpp | 24 const std::string &FS, bool is64Bit) 25 : NVPTXGenSubtargetInfo(TT, CPU, FS), Is64Bit(is64Bit), PTXVersion(0),
|
NVPTXFrameLowering.h | 24 bool is64bit; member in class:llvm::NVPTXFrameLowering 29 is64bit(_is64bit) {}
|
NVPTXSubtarget.h | 31 bool Is64Bit; 44 const std::string &FS, bool is64Bit); 68 bool is64Bit() const { return Is64Bit; } 80 if (is64Bit())
|
/external/llvm/lib/Target/X86/ |
X86FrameLowering.cpp | 92 bool Is64Bit) { 132 const uint16_t *CS = Is64Bit ? CallerSavedRegs64Bit : CallerSavedRegs32Bit; 148 bool Is64Bit, bool IsLP64, bool UseLEA, 165 if (ThisVal == (Is64Bit ? 8 : 4)) { 168 ? (unsigned)(Is64Bit ? X86::RAX : X86::EAX) 169 : findDeadCallerSavedReg(MBB, MBBI, TRI, Is64Bit); 172 ? (Is64Bit ? X86::PUSH64r : X86::PUSH32r) 173 : (Is64Bit ? X86::POP64r : X86::POP32r); 371 static int getCompactUnwindRegNum(unsigned Reg, bool is64Bit) { 378 const uint16_t *CURegs = is64Bit ? CU64BitRegs : CU32BitRegs [all...] |
X86SelectionDAGInfo.cpp | 104 if (Subtarget->is64Bit() && ((Align & 0x7) == 0)) { // QWORD aligned 133 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX : 137 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI : 223 AVT = Subtarget->is64Bit() ? MVT::i64 : MVT::i32; 231 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RCX : 235 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RDI : 239 Chain = DAG.getCopyToReg(Chain, dl, Subtarget->is64Bit() ? X86::RSI :
|
/external/llvm/lib/MC/ |
MCMachObjectTargetWriter.cpp | 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_),
|
MachObjectWriter.cpp | 139 Write32(is64Bit() ? macho::HM_Object64 : macho::HM_Object32); 148 if (is64Bit()) 152 (is64Bit() ? macho::Header64Size : macho::Header32Size)); 170 is64Bit() ? macho::SegmentLoadCommand64Size: 172 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment); 174 NumSections * (is64Bit() ? macho::Section64Size : 178 if (is64Bit()) { 220 if (is64Bit()) { 240 if (is64Bit()) 243 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUSubtarget.cpp | 31 Is64bit = false; 45 AMDGPUSubtarget::is64bit() const { function in class:AMDGPUSubtarget 46 return Is64bit; 95 if (is64bit()) {
|
AMDGPUSubtarget.h | 42 bool Is64bit; 60 bool is64bit() const;
|
/external/llvm/include/llvm/Support/ |
OutputBuffer.h | 27 /// is64Bit/isLittleEndian - This information is inferred from the target 29 bool is64Bit, isLittleEndian; 32 bool is64bit, bool le) 33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {} 105 if (!is64Bit) 150 if (!is64Bit)
|
/external/llvm/include/llvm/MC/ |
MCELFObjectWriter.h | 51 const unsigned Is64Bit : 1; 94 bool is64Bit() const { return Is64Bit; }
|
MCMachObjectWriter.h | 28 const unsigned Is64Bit : 1; 58 bool is64Bit() const { return Is64Bit; } 156 bool is64Bit() const { return TargetObjectWriter->is64Bit(); }
|
/external/llvm/lib/Target/PowerPC/ |
PPCJITInfo.h | 26 bool is64Bit; 30 is64Bit = tmIs64Bit;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsAsmBackend.cpp | 88 bool Is64Bit; // 32 or 64 bit words 93 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {} 97 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); 259 /*IsLittle*/true, /*Is64Bit*/false); 265 /*IsLittle*/false, /*Is64Bit*/false); 271 /*IsLittle*/true, /*Is64Bit*/true); 277 /*IsLittle*/false, /*Is64Bit*/true);
|