Searched refs:getLoopPhiReg (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 64 static unsigned getLoopPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getLoopPhiReg() function 462 PhiOp1 = getLoopPhiReg(*InstOp1, BB); in generateExistingPhis() 652 PhiOp2 = getLoopPhiReg(*InstOp2, BB2); in generatePhis() 813 unsigned LCDef = getLoopPhiReg(PHI, KernelBB); in splitLifetimes() 948 BaseReg = getLoopPhiReg(*BaseDef, MI.getParent()); in computeDelta() 1105 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal() 1160 if (getLoopPhiReg(*UseMI, BB) != OldReg) in rewriteScheduledInstr() 1397 LoopReg = getLoopPhiReg(*LoopProducer, BB); in remapUse() 2653 DefMI = MRI.getVRegDef(getLoopPhiReg(*DefMI, OrigKernel)); in calcNumUnroll()
|
H A D | MachinePipeliner.cpp | 776 static unsigned getLoopPhiReg(const MachineInstr &Phi, in getLoopPhiReg() function 1004 if (getLoopPhiReg(*PMI, PMI->getParent()) == HasPhiDef) in updatePhiDependences() 1315 if (MI.isPHI() && Reg != getLoopPhiReg(MI, OrigMBB)) in computeLiveIn() 1395 Register Reg = getLoopPhiReg(*MI, OrigMBB); in computeLastUses() 2589 BaseReg = getLoopPhiReg(*BaseDef, MI.getParent()); in computeDelta() 2629 unsigned PrevReg = getLoopPhiReg(*Phi, MI->getParent()); in canUseLastOffsetValue() 3146 unsigned LoopReg = getLoopPhiReg(*Phi, Phi->getParent()); in isLoopCarriedDefOfUse()
|