Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp64 static Register getLoopPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getLoopPhiReg() function
467 PhiOp1 = getLoopPhiReg(*InstOp1, BB); in generateExistingPhis()
664 PhiOp2 = getLoopPhiReg(*InstOp2, BB2); in generatePhis()
826 Register LCDef = getLoopPhiReg(PHI, KernelBB); in splitLifetimes()
966 BaseReg = getLoopPhiReg(*BaseDef, MI.getParent()); in computeDelta()
1123 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal()
1178 if (getLoopPhiReg(*UseMI, BB) != OldReg) in rewriteScheduledInstr()
1416 LoopReg = getLoopPhiReg(*LoopProducer, BB); in remapUse()
2690 DefMI = MRI.getVRegDef(getLoopPhiReg(*DefMI, OrigKernel)); in calcNumUnroll()
H A DMachinePipeliner.cpp922 static Register getLoopPhiReg(const MachineInstr &Phi, in getLoopPhiReg() function
1257 if (getLoopPhiReg(*PMI, PMI->getParent()) == HasPhiDef) in updatePhiDependences()
1568 if (MI.isPHI() && Reg != getLoopPhiReg(MI, OrigMBB)) in computeLiveIn()
1612 Register Reg = getLoopPhiReg(*MI, OrigMBB); in computeLastUses()
2844 CurReg = getLoopPhiReg(*Def, LoopBB); in findLoopIncrementValue()
2925 Register PrevReg = getLoopPhiReg(*Phi, MI->getParent()); in canUseLastOffsetValue()
3475 Register LoopReg = getLoopPhiReg(*Phi, Phi->getParent()); in isLoopCarriedDefOfUse()