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

  /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(); }
  /external/swiftshader/third_party/llvm-7.0/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(); }
MipsELFObjectWriter.cpp 681 bool IsN64 = TT.isArch64Bit() && !IsN32;
684 IsN64);
  /external/llvm/lib/Target/Mips/
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);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 118 bool HasMips64, IsN64;
MipsInstrInfo.h 115 bool IsN64;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 300 bool IsN64 =
301 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64();
306 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
307 (IsN64 ? Mips::SP_64 : Mips::SP);

Completed in 67 milliseconds