Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h160 bool hasNonRISpills() const { return HasNonRISpills; } in hasNonRISpills() function
DPPCFrameLowering.cpp402 static bool hasNonRISpills(const MachineFunction &MF) { in hasNonRISpills() function
404 return FuncInfo->hasNonRISpills(); in hasNonRISpills()
1461 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) { in addScavengingSpillSlot()