HomeSort by relevance Sort by last modified time
    Searched refs:IsN64 (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 24 IsN64(IsN64_){
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 44 bool IsN64() const { return ThisABI == ABI::N64; }
75 inline bool ArePtrs64bit() const { return IsN64(); }
76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); }
MipsABIInfo.cpp 29 if (IsN32() || IsN64())
37 if (IsN32() || IsN64())
45 if (IsN32() || IsN64())
118 return IsN64() ? EhDataReg64[I] : EhDataReg[I];
MipsOptionRecord.cpp 28 if (MTS->getABI().IsN64()) {
MipsTargetStreamer.cpp 800 if (EFlags & ELF::EF_MIPS_CPIC && getABI().IsN64())
    [all...]
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
64 bool IsN64=false);
96 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 58 const unsigned IsN64 : 1;
62 bool HasRelocationAddend, bool IsN64 = false);
94 bool isN64() const { return IsN64; }
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 50 .IsN64()
59 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64()
MipsRegisterInfo.cpp 298 bool IsN64 =
299 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64();
304 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
305 (IsN64 ? Mips::SP_64 : Mips::SP);
MipsFrameLowering.cpp 148 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP;
MipsTargetMachine.cpp 63 if (!ABI.IsN64())
73 if (ABI.IsN64() || ABI.IsN32())
MipsSubtarget.cpp 171 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); }
MipsISelLowering.cpp 433 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4);
435 setStackPointerRegisterToSaveRestore(ABI.IsN64() ? Mips::SP_64 : Mips::SP);
    [all...]
MipsISelLowering.h 281 return ABI.IsN64() ? Mips::A0_64 : Mips::A0;
288 return ABI.IsN64() ? Mips::A1_64 : Mips::A1;
MipsLongBranch.cpp 281 if (!ABI.IsN64()) {
467 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10));
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 31 TM(tm), IsN64(TM.getSubtarget<MipsSubtarget>().isABI_N64()),
175 Opc = IsN64 ? Mips::SW_P8 : Mips::SW;
177 Opc = IsN64 ? Mips::SD_P8 : Mips::SD;
179 Opc = IsN64 ? Mips::SWC1_P8 : Mips::SWC1;
183 Opc = IsN64 ? Mips::SDC164_P8 : Mips::SDC164;
201 Opc = IsN64 ? Mips::LW_P8 : Mips::LW;
203 Opc = IsN64 ? Mips::LD_P8 : Mips::LD;
205 Opc = IsN64 ? Mips::LWC1_P8 : Mips::LWC1;
209 Opc = IsN64 ? Mips::LDC164_P8 : Mips::LDC164;
MipsInstrInfo.h 115 bool IsN64;
MipsISelLowering.h 118 bool HasMips64, IsN64;

Completed in 3601 milliseconds

1 2