Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h162 bool hasSpills() const { return HasSpills; } in hasSpills() function
DPPCFrameLowering.cpp396 static bool hasSpills(const MachineFunction &MF) { in hasSpills() function
398 return FuncInfo->hasSpills(); in hasSpills()
1690 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) { in addScavengingSpillSlot()