Searched refs:NeedSpills (Results 1 – 1 of 1) sorted by relevance
2300 bool NeedSpills = Subtarget.hasSPE() ? !isInt<8>(StackSize) : !isInt<16>(StackSize); in addScavengingSpillSlot() local2303 (hasSpills(MF) && NeedSpills)) { in addScavengingSpillSlot()