Searched refs:isSVR4ABI (Results 1 – 8 of 8) sorted by relevance
224 !Subtarget.isSVR4ABI() || // allocated locals. in determineFrameLayout()352 bool isSVR4ABI = Subtarget.isSVR4ABI(); in emitPrologue() local353 assert((isDarwinABI || isSVR4ABI) && in emitPrologue()361 if (!isSVR4ABI) in emitPrologue()419 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) && in emitPrologue()426 if (isSVR4ABI) { in emitPrologue()438 if (isSVR4ABI) { in emitPrologue()627 if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4) in emitPrologue()633 if (isSVR4ABI && isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) { in emitPrologue()677 bool isSVR4ABI = Subtarget.isSVR4ABI(); in emitEpilogue() local[all …]
51 if (ST.isPPC64() || ST.isSVR4ABI()) in getDataLayoutString()57 if (!ST.isPPC64() && ST.isSVR4ABI()) in getDataLayoutString()61 if (ST.isPPC64() && ST.isSVR4ABI()) in getDataLayoutString()
193 bool isSVR4ABI() const { return !isDarwin(); } in isSVR4ABI() function
157 if (!Subtarget.isSVR4ABI()) { in getCalleeSavedSpillSlots()
175 if (Subtarget.isSVR4ABI()) { in getReservedRegs()194 if (Subtarget.isSVR4ABI()) { in getReservedRegs()515 if (Subtarget.isSVR4ABI() && PPC::CR2 <= Reg && Reg <= PPC::CR4) { in hasReservedSpillSlot()
53 if (TM.getSubtargetImpl()->isSVR4ABI()) in CreateTLOF()259 if (Subtarget->isSVR4ABI()) { in PPCTargetLowering()279 if (Subtarget->isSVR4ABI() && !isPPC64) in PPCTargetLowering()1361 if (PPCSubTarget.isSVR4ABI() && PPCSubTarget.isPPC64()) { in LowerConstantPool()1382 if (PPCSubTarget.isSVR4ABI() && PPCSubTarget.isPPC64()) { in LowerJumpTable()1509 if (PPCSubTarget.isSVR4ABI() && PPCSubTarget.isPPC64()) { in LowerGlobalAddress()1941 if (PPCSubTarget.isSVR4ABI()) { in LowerFormalArguments()3196 bool isSVR4ABI = PPCSubTarget.isSVR4ABI(); in PrepareCall() local3260 if (isSVR4ABI && isPPC64) { in PrepareCall()3338 if (isSVR4ABI && isPPC64) in PrepareCall()[all …]
64 if (!PPCSubTarget.isSVR4ABI()) in runOnMachineFunction()
2237 if (Subtarget->isPPC64() && Subtarget->isSVR4ABI()) in createFastISel()