Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp37 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs() argument
41 LoopVal = 0; in getPhiRegs()
46 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
48 assert(InitVal != 0 && LoopVal != 0 && "Unexpected Phi structure."); in getPhiRegs()
389 unsigned LoopVal = 0; in generateExistingPhis() local
390 getPhiRegs(*BBI, BB, InitVal, LoopVal); in generateExistingPhis()
395 unsigned PhiOp2 = LoopVal; in generateExistingPhis()
396 if (VRMap[LastStageNum].count(LoopVal)) in generateExistingPhis()
397 PhiOp2 = VRMap[LastStageNum][LoopVal]; in generateExistingPhis()
400 int LoopValStage = Schedule.getStage(MRI.getVRegDef(LoopVal)); in generateExistingPhis()
[all …]
DMachinePipeliner.cpp582 unsigned &InitVal, unsigned &LoopVal) { in getPhiRegs() argument
586 LoopVal = 0; in getPhiRegs()
591 LoopVal = Phi.getOperand(i).getReg(); in getPhiRegs()
593 assert(InitVal != 0 && LoopVal != 0 && "Unexpected Phi structure."); in getPhiRegs()
2253 unsigned LoopVal = 0; in isLoopCarriedDep() local
2254 getPhiRegs(*Def, BB, InitVal, LoopVal); in isLoopCarriedDep()
2255 MachineInstr *LoopDef = MRI.getVRegDef(LoopVal); in isLoopCarriedDep()
2598 unsigned LoopVal = 0; in isLoopCarried() local
2599 getPhiRegs(Phi, Phi.getParent(), InitVal, LoopVal); in isLoopCarried()
2600 SUnit *UseSU = SSD->getSUnit(MRI.getVRegDef(LoopVal)); in isLoopCarried()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DModuloSchedule.h215 unsigned getPrevMapVal(unsigned StageNum, unsigned PhiStage, unsigned LoopVal,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3745 Value *LoopVal = Phi->getIncomingValueForBlock(Latch); in fixReduction() local
3749 Value *Val = getOrCreateVectorValue(LoopVal, Part); in fixReduction()