Home
last modified time | relevance | path

Searched refs:NeedSpills (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2300 bool NeedSpills = Subtarget.hasSPE() ? !isInt<8>(StackSize) : !isInt<16>(StackSize); in addScavengingSpillSlot() local
2303 (hasSpills(MF) && NeedSpills)) { in addScavengingSpillSlot()