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