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/ |
| D | ModuloSchedule.cpp | 37 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 …]
|
| D | MachinePipeliner.cpp | 582 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/ |
| D | ModuloSchedule.h | 215 unsigned getPrevMapVal(unsigned StageNum, unsigned PhiStage, unsigned LoopVal,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 3745 Value *LoopVal = Phi->getIncomingValueForBlock(Latch); in fixReduction() local 3749 Value *Val = getOrCreateVectorValue(LoopVal, Part); in fixReduction()
|