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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h141 bool hasNonRISpills() const { return HasNonRISpills; } function in class:llvm::PPCFunctionInfo
H A DPPCFrameLowering.cpp191 static bool hasNonRISpills(const MachineFunction &MF) { function
193 return FuncInfo->hasNonRISpills();
1172 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) {

Completed in 67 milliseconds