Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:isLargeFrame

749   bool isLargeFrame = !isInt<16>(NegFrameSize);
826 if (!isLargeFrame) {
845 } else if (!isLargeFrame) {
1096 bool isLargeFrame = !isInt<16>(FrameSize);
1108 if (!isLargeFrame) {
1122 } else if (!isLargeFrame && !HasBP && !MFI->hasVarSizedObjects()) {