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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h173 bool hasNonRISpills() const { return HasNonRISpills; } function in class:llvm::PPCFunctionInfo
H A DPPCFrameLowering.cpp436 static bool hasNonRISpills(const MachineFunction &MF) { function
438 return FuncInfo->hasNonRISpills();
2105 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) {

Completed in 111 milliseconds