Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp36 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs() argument
40 LoopVal = 0; in getPhiRegs()
45 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
47 assert(InitVal != 0 && LoopVal != 0 && "Unexpected Phi structure."); 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()
396 PhiOp2 = VRMap[LastStageNum][LoopVal]; in generateExistingPhis()
399 int LoopValStage = Schedule.getStage(MRI.getVRegDef(LoopVal)); in generateExistingPhis()
[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()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h221 unsigned getPrevMapVal(unsigned StageNum, unsigned PhiStage, unsigned LoopVal,