Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:isSVR4ABI

59   if (!Subtarget.isSVR4ABI()) {
386 !Subtarget.isSVR4ABI() || // allocated locals.
514 bool isSVR4ABI = Subtarget.isSVR4ABI();
515 assert((isDarwinABI || isSVR4ABI) &&
520 if (!isSVR4ABI)
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
585 if (isSVR4ABI) {
598 if (isSVR4ABI) {
787 if (isSVR4ABI && (PPC::CR2 <= Reg && Reg <= PPC::CR4)
793 if (isSVR4ABI && isPPC64 && (PPC::CR2 <= Reg && Reg <= PPC::CR4)) {
841 bool isSVR4ABI = Subtarget.isSVR4ABI();
873 if (isSVR4ABI) {
886 if (isSVR4ABI) {
1112 if (!Subtarget.isSVR4ABI()) {
1268 if (spillsCR(MF) && !(Subtarget.isPPC64() && Subtarget.isSVR4ABI())) {
1273 if ((Subtarget.isSVR4ABI() && Reg == PPC::CR2)
1275 || (!Subtarget.isSVR4ABI() &&
1366 if (!Subtarget.isSVR4ABI())
1511 if (!Subtarget.isSVR4ABI())