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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 32 bool Is64Bit; // 32 or 64 bit words
38 Is64Bit(_is64Bit) {}
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.h 32 bool Is64Bit;
NVPTXSubtarget.h 36 bool Is64Bit;
58 const std::string &FS, const TargetMachine &TM, bool is64Bit);
97 bool is64Bit() const { return Is64Bit; }
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 32 /// Is64Bit - Is the target 64-bits.
34 bool Is64Bit;
X86ISelLowering.cpp 253 else if (Subtarget->is64Bit())
264 if (Subtarget->is64Bit())
306 if (Subtarget->is64Bit())
333 if (Subtarget->is64Bit()) {
390 if (Subtarget->is64Bit()) {
416 if (Subtarget->is64Bit()) {
465 if (Subtarget->is64Bit())
485 if (Subtarget->is64Bit())
490 if (Subtarget->is64Bit())
503 if (Subtarget->is64Bit())
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 38 bool Is64Bit;
50 const std::string &FS, TargetMachine &TM, bool is64bit);
75 bool is64Bit() const { return Is64Bit; }
80 return is64Bit() ? 2047 : 0;
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 82 bool Is64Bit;
  /art/compiler/dex/
reg_storage.h 149 constexpr bool Is64Bit() const {
154 return Is64Bit() ? kWide : kNotWide;
199 static constexpr bool Is64Bit(uint16_t reg) {
  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.h 92 bool Is64Bit() const {
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 311 bool Is64Bit = AArch64::GPR64allRegClass.hasSubClassEq(MRI.getRegClass(VReg));
329 Opc = Is64Bit ? AArch64::CSINCXr : AArch64::CSINCWr;
339 Opc = Is64Bit ? AArch64::CSINVXr : AArch64::CSINVWr;
356 Opc = Is64Bit ? AArch64::CSNEGXr : AArch64::CSNEGWr;
427 bool Is64Bit;
432 Is64Bit = 0;
436 Is64Bit = 1;
440 Is64Bit = 0;
444 Is64Bit = 1;
449 if (Is64Bit) {
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 70 X86ELFObjectWriter(bool is64Bit, uint8_t OSABI, uint16_t EMachine,
72 : MCELFObjectTargetWriter(is64Bit, OSABI, EMachine, HasRelocationAddend) {}
391 bool Is64Bit;
394 WindowsX86AsmBackend(const Target &T, bool is64Bit, StringRef CPU)
396 , Is64Bit(is64Bit) {
400 return createX86WinCOFFObjectWriter(OS, Is64Bit);
437 bool Is64Bit;
459 unsigned SubtractInstrIdx = Is64Bit ? 3 : 2;
483 (Is64Bit ? X86::RBP : X86::EBP) && "Invalid frame pointer!")
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 76 bool Is64Bit = (Opcode == AArch64::SBFMXri || Opcode == AArch64::UBFMXri);
86 else if (!Is64Bit)
92 else if (!Is64Bit)
97 if (Is64Bit && IsSigned)
150 << ", #" << (Is64Bit ? 64 : 32) - Op2.getImm() << ", #" << Op3.getImm() + 1;
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 57 bool Is64Bit;
74 SymbolTableWriter(MCAssembler &Asm, FragmentWriter &FWriter, bool Is64Bit,
180 bool is64Bit() const { return TargetObjectWriter->is64Bit(); }
198 if (is64Bit())
349 bool Is64Bit,
352 : Asm(Asm), FWriter(FWriter), Is64Bit(Is64Bit),
375 if (Is64Bit) {
442 Write8(is64Bit() ? ELF::ELFCLASS64 : ELF::ELFCLASS32); // e_ident[EI_CLASS
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 641 bool Is64Bit = PPC::G8RCRegClass.hasSubClassEq(RC) ||
643 assert((Is64Bit ||
648 unsigned OpCode = Is64Bit ? PPC::ISEL8 : PPC::ISEL;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 1090 milliseconds