Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:hasNonRISpills

401 static bool hasNonRISpills(const MachineFunction &MF) {
403 return FuncInfo->hasNonRISpills();
1690 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) {