Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:isLargeFrame

617   bool isLargeFrame = !isInt<16>(NegFrameSize);
684 if (!isLargeFrame) {
703 } else if (!isLargeFrame) {
920 bool isLargeFrame = !isInt<16>(FrameSize);
932 if (!isLargeFrame) {
946 } else if (!isLargeFrame && !HasBP && !MFI->hasVarSizedObjects()) {