HomeSort by relevance Sort by last modified time
    Searched defs:Is64Bit (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.h 33 bool 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/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;
  /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);
X86AsmBackend.cpp 63 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine,
65 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {}
372 bool Is64Bit;
375 WindowsX86AsmBackend(const Target &T, bool is64Bit, StringRef CPU)
377 , Is64Bit(is64Bit) {
381 return createX86WinCOFFObjectWriter(OS, Is64Bit);
397 return createX86MachObjectWriter(OS, /*Is64Bit=*/false,
411 return createX86MachObjectWriter(OS, /*Is64Bit=*/true,
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 32 /// Is64Bit - Is the target 64-bits.
34 bool Is64Bit;
X86ISelLowering.cpp 180 bool is64Bit = Subtarget->is64Bit();
183 if (is64Bit)
236 else if (Subtarget->is64Bit())
247 if (Subtarget->is64Bit())
289 if (Subtarget->is64Bit())
316 if (Subtarget->is64Bit()) {
373 if (Subtarget->is64Bit()) {
399 if (Subtarget->is64Bit()) {
442 if (Subtarget->is64Bit())
    [all...]
  /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);
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 82 bool Is64Bit;
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 484 bool Is64Bit = PPC::G8RCRegClass.hasSubClassEq(RC) ||
486 assert((Is64Bit ||
491 unsigned OpCode = Is64Bit ? PPC::ISEL8 : PPC::ISEL;
    [all...]

Completed in 461 milliseconds