Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp41 LoopVal = 0; in getPhiRegs()
46 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
386 unsigned LoopVal = 0; in generateExistingPhis() local
387 getPhiRegs(*BBI, BB, InitVal, LoopVal); in generateExistingPhis()
392 unsigned PhiOp2 = LoopVal; in generateExistingPhis()
393 if (VRMap[LastStageNum].count(LoopVal)) in generateExistingPhis()
447 PhiOp1 = LoopVal; in generateExistingPhis()
1088 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal()
1091 PrevVal = LoopVal; in getPrevMapVal()
1114 unsigned LoopVal = 0; in rewritePhiValues() local
[all …]
H A DMachinePipeliner.cpp701 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs() argument
705 LoopVal = 0; in getPhiRegs()
710 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
712 assert(InitVal != 0 && LoopVal != 0 && "Unexpected Phi structure."); in getPhiRegs()
3059 unsigned LoopVal = 0; in isLoopCarried() local
3060 getPhiRegs(Phi, Phi.getParent(), InitVal, LoopVal); in isLoopCarried()
3061 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h225 unsigned getPrevMapVal(unsigned StageNum, unsigned PhiStage, unsigned LoopVal,