Searched refs:IsN32 (Results 1 – 9 of 9) sorted by relevance
/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() || IsEABI()) in GetCalleeAllocdArgSizeInBytes()
|
D | MipsABIInfo.h | 44 bool IsN32() const { return ThisABI == ABI::N32; } in IsN32() function 75 inline bool AreGprs64bit() const { return IsN32() || IsN64(); } in AreGprs64bit()
|
D | MipsTargetStreamer.cpp | 534 else if (getABI().IsN32()) in finish() 745 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpLoad() 800 if (!Pic || (getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpRestore() 812 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpsetup() 868 if (!Pic || !(getABI().IsN32() || getABI().IsN64())) in emitDirectiveCpreturn()
|
D | MipsOptionRecord.cpp | 53 Sec->setAlignment(MTS->getABI().IsN32() ? 8 : 4); in EmitMipsOptionRecord()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 169 bool MipsSubtarget::isABI_N32() const { return getABI().IsN32(); } in isABI_N32()
|
D | MipsTargetMachine.cpp | 72 if (ABI.IsN64() || ABI.IsN32()) in computeDataLayout()
|
D | MipsISelLowering.cpp | 437 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4); in MipsTargetLowering() 1698 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerGlobalAddress() 1708 (ABI.IsN32() || ABI.IsN64()) ? MipsII::MO_GOT_DISP : MipsII::MO_GOT16, in lowerGlobalAddress() 1720 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerBlockAddress() 1814 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerJumpTable() 1836 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerConstantPool() 1862 unsigned ArgSlotSizeInBytes = (ABI.IsN32() || ABI.IsN64()) ? 8 : 4; in lowerVAARG() 2756 Callee = getAddrLocal(G, DL, Ty, DAG, ABI.IsN32() || ABI.IsN64()); in LowerCall()
|
D | MipsSEISelDAGToDAG.cpp | 180 if (ABI.IsN32()) { in initGlobalBaseReg()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 454 bool isABI_N32() const { return ABI.IsN32(); } in isABI_N32()
|