Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h70 bool twoUniqueScratchRegsRequired(MachineBasicBlock *MBB) const;
H A DPPCFrameLowering.cpp532 PPCFrameLowering::twoUniqueScratchRegsRequired(MachineBasicBlock *MBB) const { in twoUniqueScratchRegsRequired() function in PPCFrameLowering
552 twoUniqueScratchRegsRequired(TmpMBB)); in canUseAsPrologue()
686 &MBB, false, twoUniqueScratchRegsRequired(&MBB), &ScratchReg, &TempReg); in emitPrologue()