Searched refs:getLoopPhiReg (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 60 static unsigned getLoopPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getLoopPhiReg() function 455 PhiOp1 = getLoopPhiReg(*InstOp1, BB); in generateExistingPhis() 645 PhiOp2 = getLoopPhiReg(*InstOp2, BB2); in generatePhis() 806 unsigned LCDef = getLoopPhiReg(PHI, KernelBB); in splitLifetimes() 941 BaseReg = getLoopPhiReg(*BaseDef, MI.getParent()); in computeDelta() 1098 getPrevMapVal(StageNum - 1, PhiStage, getLoopPhiReg(*LoopInst, BB), in getPrevMapVal() 1153 if (getLoopPhiReg(*UseMI, BB) != OldReg) in rewriteScheduledInstr() 1390 LoopReg = getLoopPhiReg(*LoopProducer, BB); in remapUse()
|
| H A D | MachinePipeliner.cpp | 716 static unsigned getLoopPhiReg(const MachineInstr &Phi, in getLoopPhiReg() function 944 if (getLoopPhiReg(*PMI, PMI->getParent()) == HasPhiDef) in updatePhiDependences() 1255 if (MI.isPHI() && Reg != getLoopPhiReg(MI, OrigMBB)) in computeLiveIn() 1335 Register Reg = getLoopPhiReg(*MI, OrigMBB); in computeLastUses() 2533 BaseReg = getLoopPhiReg(*BaseDef, MI.getParent()); in computeDelta() 2573 unsigned PrevReg = getLoopPhiReg(*Phi, MI->getParent()); in canUseLastOffsetValue() 3090 unsigned LoopReg = getLoopPhiReg(*Phi, Phi->getParent()); in isLoopCarriedDefOfUse()
|