Home
last modified time | relevance | path

Searched refs:LoopVal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp41 LoopVal = 0; in getPhiRegs()
46 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
380 unsigned LoopVal = 0; in generateExistingPhis() local
381 getPhiRegs(*BBI, BB, InitVal, LoopVal); in generateExistingPhis()
386 unsigned PhiOp2 = LoopVal; in generateExistingPhis()
387 if (VRMap[LastStageNum].count(LoopVal)) in generateExistingPhis()
441 PhiOp1 = LoopVal; in generateExistingPhis()
1072 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
1075 PrevVal = LoopVal; in getPrevMapVal()
1098 unsigned LoopVal = 0; in rewritePhiValues() local
[all …]
H A DMachinePipeliner.cpp663 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs() argument
667 LoopVal = 0; in getPhiRegs()
672 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
674 assert(InitVal != 0 && LoopVal != 0 && "Unexpected Phi structure."); in getPhiRegs()
2326 unsigned LoopVal = 0; in isLoopCarriedDep() local
2327 getPhiRegs(*Def, BB, InitVal, LoopVal); in isLoopCarriedDep()
2328 MachineInstr *LoopDef = MRI.getVRegDef(LoopVal); in isLoopCarriedDep()
2668 unsigned LoopVal = 0; in isLoopCarried() local
2669 getPhiRegs(Phi, Phi.getParent(), InitVal, LoopVal); in isLoopCarried()
2670 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h222 unsigned getPrevMapVal(unsigned StageNum, unsigned PhiStage, unsigned LoopVal,