Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h165 bool hasNonRISpills() const { return HasNonRISpills; } in hasNonRISpills() function
DPPCFrameLowering.cpp401 static bool hasNonRISpills(const MachineFunction &MF) { in hasNonRISpills() function
403 return FuncInfo->hasNonRISpills(); in hasNonRISpills()
1690 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) { in addScavengingSpillSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h165 bool hasNonRISpills() const { return HasNonRISpills; } in hasNonRISpills() function
DPPCFrameLowering.cpp419 static bool hasNonRISpills(const MachineFunction &MF) { in hasNonRISpills() function
421 return FuncInfo->hasNonRISpills(); in hasNonRISpills()
1930 hasNonRISpills(MF) || (hasSpills(MF) && !isInt<16>(StackSize))) { in addScavengingSpillSlot()