/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.cpp | 29 if (IsN32() || IsN64()) in GetByValArgRegs() 37 if (IsN32() || IsN64()) in GetVarArgRegs() 45 if (IsN32() || IsN64()) in GetCalleeAllocdArgSizeInBytes() 118 return IsN64() ? EhDataReg64[I] : EhDataReg[I]; in GetEhDataReg()
|
D | MipsABIInfo.h | 44 bool IsN64() const { return ThisABI == ABI::N64; } in IsN64() function 75 inline bool ArePtrs64bit() const { return IsN64(); } in ArePtrs64bit() 76 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
D | MipsOptionRecord.cpp | 28 if (MTS->getABI().IsN64()) { in EmitMipsOptionRecord()
|
D | MipsTargetStreamer.cpp | 800 if (EFlags & ELF::EF_MIPS_CPIC && getABI().IsN64()) in finish() 1001 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad() 1063 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore() 1077 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup() 1134 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 31 TM(tm), IsN64(TM.getSubtarget<MipsSubtarget>().isABI_N64()), in MipsInstrInfo() 175 Opc = IsN64 ? Mips::SW_P8 : Mips::SW; in storeRegToStackSlot() 177 Opc = IsN64 ? Mips::SD_P8 : Mips::SD; in storeRegToStackSlot() 179 Opc = IsN64 ? Mips::SWC1_P8 : Mips::SWC1; in storeRegToStackSlot() 183 Opc = IsN64 ? Mips::SDC164_P8 : Mips::SDC164; in storeRegToStackSlot() 201 Opc = IsN64 ? Mips::LW_P8 : Mips::LW; in loadRegFromStackSlot() 203 Opc = IsN64 ? Mips::LD_P8 : Mips::LD; in loadRegFromStackSlot() 205 Opc = IsN64 ? Mips::LWC1_P8 : Mips::LWC1; in loadRegFromStackSlot() 209 Opc = IsN64 ? Mips::LDC164_P8 : Mips::LDC164; in loadRegFromStackSlot()
|
D | MipsInstrInfo.h | 115 bool IsN64; variable
|
D | MipsISelLowering.h | 118 bool HasMips64, IsN64; variable
|
D | MipsInstrInfo.td | 133 def IsN64 : Predicate<"Subtarget.isABI_N64()">; 370 Requires<[IsN64]>; 379 Requires<[IsN64]>; 388 Requires<[IsN64]>; 397 Requires<[IsN64]>;
|
D | Mips64InstrInfo.td | 199 Requires<[IsN64]>;
|
D | MipsISelLowering.cpp | 87 HasMips64(Subtarget->hasMips64()), IsN64(Subtarget->isABI_N64()) { in MipsTargetLowering() 1390 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !IsN64) { in LowerGlobalAddress() 1416 unsigned GotFlag = IsN64 ? in LowerGlobalAddress() 1429 IsN64 ? MipsII::MO_GOT_OFST : in LowerGlobalAddress()
|
D | MipsInstrFPU.td | 193 let Predicates = [IsN64] in {
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 58 const unsigned IsN64 : 1; variable 64 bool IsN64=false); 96 bool isN64() const { return IsN64; } in isN64()
|
/external/llvm/lib/Target/Mips/ |
D | MipsRegisterInfo.cpp | 298 bool IsN64 = in getFrameRegister() local 299 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64(); in getFrameRegister() 304 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister() 305 (IsN64 ? Mips::SP_64 : Mips::SP); in getFrameRegister()
|
D | MipsMachineFunction.cpp | 50 .IsN64() in getGlobalBaseReg() 59 static_cast<const MipsTargetMachine &>(MF.getTarget()).getABI().IsN64() in createEhDataRegsFI()
|
D | MipsTargetMachine.cpp | 63 if (!ABI.IsN64()) in computeDataLayout() 73 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
D | MipsISelLowering.cpp | 433 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4); in MipsTargetLowering() 435 setStackPointerRegisterToSaveRestore(ABI.IsN64() ? Mips::SP_64 : Mips::SP); in MipsTargetLowering() 1686 if (isPositionIndependent() || ABI.IsN64()) { in lowerBR_JT() 1755 if (!isPositionIndependent() && !ABI.IsN64()) { in lowerGlobalAddress() 1779 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerGlobalAddress() 1789 (ABI.IsN32() || ABI.IsN64()) ? MipsII::MO_GOT_DISP : MipsII::MO_GOT, in lowerGlobalAddress() 1798 if (!isPositionIndependent() && !ABI.IsN64()) in lowerBlockAddress() 1801 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerBlockAddress() 1892 if (!isPositionIndependent() && !ABI.IsN64()) in lowerJumpTable() 1895 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerJumpTable() [all …]
|
D | MipsFrameLowering.cpp | 148 unsigned SP = STI.getABI().IsN64() ? Mips::SP_64 : Mips::SP; in eliminateCallFramePseudoInstr()
|
D | MipsSubtarget.cpp | 171 bool MipsSubtarget::isABI_N64() const { return getABI().IsN64(); } in isABI_N64()
|
D | MipsLongBranch.cpp | 281 if (!ABI.IsN64()) { in expandToLongBranch() 467 !IsPIC ? 2 : (ABI.IsN64() ? 10 : (!STI.isTargetNaCl() ? 9 : 10)); in runOnMachineFunction()
|
D | MipsISelLowering.h | 281 return ABI.IsN64() ? Mips::A0_64 : Mips::A0; in getExceptionPointerRegister() 288 return ABI.IsN64() ? Mips::A1_64 : Mips::A1; in getExceptionSelectorRegister()
|
D | MipsSEISelDAGToDAG.cpp | 144 RC = (ABI.IsN64()) ? &Mips::GPR64RegClass : &Mips::GPR32RegClass; in initGlobalBaseReg() 149 if (ABI.IsN64()) { in initGlobalBaseReg()
|
D | MipsSEFrameLowering.cpp | 393 unsigned AND = ABI.IsN64() ? Mips::AND64 : Mips::AND; in emitPrologue() 847 unsigned BP = ABI.IsN64() ? Mips::S7_64 : Mips::S7; in determineCalleeSaves()
|
D | MipsAsmPrinter.cpp | 698 if (!isPositionIndependent() && !ABI.IsN64()) in EmitStartOfAsmFile()
|
/external/llvm/lib/MC/ |
D | MCELFObjectTargetWriter.cpp | 24 IsN64(IsN64_){ in MCELFObjectTargetWriter()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 454 bool isABI_N64() const { return ABI.IsN64(); } in isABI_N64()
|