Lines Matching refs:IsN64
416 setMinStackArgumentAlignment((ABI.IsN32() || ABI.IsN64()) ? 8 : 4); in MipsTargetLowering()
418 setStackPointerRegisterToSaveRestore(ABI.IsN64() ? Mips::SP_64 : Mips::SP); in MipsTargetLowering()
420 setExceptionPointerRegister(ABI.IsN64() ? Mips::A0_64 : Mips::A0); in MipsTargetLowering()
421 setExceptionSelectorRegister(ABI.IsN64() ? Mips::A1_64 : Mips::A1); in MipsTargetLowering()
1568 if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || ABI.IsN64()) { in lowerBR_JT()
1650 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) { in lowerGlobalAddress()
1663 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerGlobalAddress()
1671 (ABI.IsN32() || ABI.IsN64()) ? MipsII::MO_GOT_DISP in lowerGlobalAddress()
1681 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) in lowerBlockAddress()
1684 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerBlockAddress()
1772 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) in lowerJumpTable()
1775 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerJumpTable()
1784 if (getTargetMachine().getRelocationModel() != Reloc::PIC_ && !ABI.IsN64()) { in lowerConstantPool()
1796 return getAddrLocal(N, SDLoc(N), Ty, DAG, ABI.IsN32() || ABI.IsN64()); in lowerConstantPool()
1822 unsigned ArgSlotSizeInBytes = (ABI.IsN32() || ABI.IsN64()) ? 8 : 4; in lowerVAARG()
1986 DAG.getEntryNode(), DL, ABI.IsN64() ? Mips::FP_64 : Mips::FP, VT); in lowerFRAMEADDR()
2002 unsigned RA = ABI.IsN64() ? Mips::RA_64 : Mips::RA; in lowerRETURNADDR()
2024 EVT Ty = ABI.IsN64() ? MVT::i64 : MVT::i32; in lowerEH_RETURN()
2028 unsigned OffsetReg = ABI.IsN64() ? Mips::V1_64 : Mips::V1; in lowerEH_RETURN()
2029 unsigned AddrReg = ABI.IsN64() ? Mips::V0_64 : Mips::V0; in lowerEH_RETURN()
2479 unsigned GPReg = ABI.IsN64() ? Mips::GP_64 : Mips::GP; in getOpndList()
2480 EVT Ty = ABI.IsN64() ? MVT::i64 : MVT::i32; in getOpndList()
2582 Chain, DL, ABI.IsN64() ? Mips::SP_64 : Mips::SP, getPointerTy()); in LowerCall()
2696 bool IsPICCall = (ABI.IsN64() || IsPIC); // true if calls are translated to in LowerCall()
2708 Callee = getAddrLocal(G, DL, Ty, DAG, ABI.IsN32() || ABI.IsN64()); in LowerCall()
2727 if (!ABI.IsN64() && !IsPIC) // !N64 && static in LowerCall()
3019 getRegClassFor(ABI.IsN64() ? MVT::i64 : MVT::i32)); in LowerFormalArguments()
3145 unsigned V0 = ABI.IsN64() ? Mips::V0_64 : Mips::V0; in LowerReturn()
3561 if (ABI.IsN64()) in getJumpTableEncoding()