Home
last modified time | relevance | path

Searched refs:isSVR4ABI (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp59 if (!Subtarget.isSVR4ABI()) { in getCalleeSavedSpillSlots()
386 !Subtarget.isSVR4ABI() || // allocated locals. in determineFrameLayout()
514 bool isSVR4ABI = Subtarget.isSVR4ABI(); in emitPrologue() local
515 assert((isDarwinABI || isSVR4ABI) && in emitPrologue()
520 if (!isSVR4ABI) in emitPrologue()
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) && in emitPrologue()
585 if (isSVR4ABI) { in emitPrologue()
598 if (isSVR4ABI) { in emitPrologue()
787 if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4) in emitPrologue()
793 if (isSVR4ABI && isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) { in emitPrologue()
[all …]
DPPCSubtarget.h226 bool isSVR4ABI() const { return !isDarwin(); } in isSVR4ABI() function
DPPCSubtarget.cpp56 if (ST.isPPC64() || ST.isSVR4ABI()) in getDataLayoutString()
DPPCRegisterInfo.cpp175 if (Subtarget.isSVR4ABI()) { in getReservedRegs()
194 if (Subtarget.isSVR4ABI()) { in getReservedRegs()
657 if (Subtarget.isSVR4ABI() && PPC::CR2 <= Reg && Reg <= PPC::CR4) { in hasReservedSpillSlot()
DPPCISelLowering.cpp299 if (Subtarget.isSVR4ABI()) { in PPCTargetLowering()
319 if (Subtarget.isSVR4ABI() && !isPPC64) in PPCTargetLowering()
1545 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) { in LowerConstantPool()
1566 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) { in LowerJumpTable()
1694 if (Subtarget.isSVR4ABI() && Subtarget.isPPC64()) { in LowerGlobalAddress()
2180 if (Subtarget.isSVR4ABI()) { in LowerFormalArguments()
3338 bool isSVR4ABI = Subtarget.isSVR4ABI(); in PrepareCall() local
3347 if (!isSVR4ABI || !isPPC64) in PrepareCall()
3403 if (isSVR4ABI && isPPC64) { in PrepareCall()
3483 if (isSVR4ABI && isPPC64) in PrepareCall()
[all …]
DPPCFastISel.cpp2270 if (Subtarget->isPPC64() && Subtarget->isSVR4ABI()) in createFastISel()
DPPCISelDAGToDAG.cpp72 if (!PPCSubTarget->isSVR4ABI()) in runOnMachineFunction()