Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h70 bool twoUniqueScratchRegsRequired(MachineBasicBlock *MBB) const;
H A DPPCFrameLowering.cpp535 PPCFrameLowering::twoUniqueScratchRegsRequired(MachineBasicBlock *MBB) const { in twoUniqueScratchRegsRequired() function in PPCFrameLowering
555 twoUniqueScratchRegsRequired(TmpMBB)); in canUseAsPrologue()
690 &MBB, false, twoUniqueScratchRegsRequired(&MBB), &ScratchReg, &TempReg); in emitPrologue()