Searched refs:LoopVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 40 LoopVal = 0; in getPhiRegs() 45 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs() 388 unsigned LoopVal = 0; in generateExistingPhis() local 389 getPhiRegs(*BBI, BB, InitVal, LoopVal); in generateExistingPhis() 394 unsigned PhiOp2 = LoopVal; in generateExistingPhis() 395 if (VRMap[LastStageNum].count(LoopVal)) in generateExistingPhis() 449 PhiOp1 = LoopVal; in generateExistingPhis() 1091 PrevVal = VRMap[StageNum][LoopVal]; in getPrevMapVal() 1094 PrevVal = LoopVal; in getPrevMapVal() 1117 unsigned LoopVal = 0; in rewritePhiValues() local [all …]
|
| H A D | MachinePipeliner.cpp | 663 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() 2332 unsigned LoopVal = 0; in isLoopCarriedDep() local 2333 getPhiRegs(*Def, BB, InitVal, LoopVal); in isLoopCarriedDep() 2334 MachineInstr *LoopDef = MRI.getVRegDef(LoopVal); in isLoopCarriedDep() 2675 unsigned LoopVal = 0; in isLoopCarried() local 2676 getPhiRegs(Phi, Phi.getParent(), InitVal, LoopVal); in isLoopCarried() 2677 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ModuloSchedule.h | 221 unsigned getPrevMapVal(unsigned StageNum, unsigned PhiStage, unsigned LoopVal,
|