Home
last modified time | relevance | path

Searched refs:LoopStage (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp403 unsigned LoopStage, ValueMapTy *VRMap,
3180 unsigned LoopVal, unsigned LoopStage, in getPrevMapVal() argument
3186 if (PhiStage == LoopStage && VRMap[StageNum - 1].count(LoopVal)) in getPrevMapVal()
3203 LoopStage, VRMap, BB); in getPrevMapVal()
3227 unsigned LoopStage = in rewritePhiValues() local
3234 getPrevMapVal(StageNum - np, PhiStage, LoopVal, LoopStage, VRMap, BB); in rewritePhiValues()
3783 int LoopStage = stageScheduled(UseSU); in isLoopCarried() local
3785 (LoopCycle <= DefCycle && LoopStage <= DefStage); in isLoopCarried()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp441 unsigned LoopStage, ValueMapTy *VRMap,
3305 unsigned LoopVal, unsigned LoopStage, in getPrevMapVal() argument
3311 if (PhiStage == LoopStage && VRMap[StageNum - 1].count(LoopVal)) in getPrevMapVal()
3328 LoopStage, VRMap, BB); in getPrevMapVal()
3350 unsigned LoopStage = in rewritePhiValues() local
3357 getPrevMapVal(StageNum - np, PhiStage, LoopVal, LoopStage, VRMap, BB); in rewritePhiValues()
3909 int LoopStage = stageScheduled(UseSU); in isLoopCarried() local
3910 return (LoopCycle > DefCycle) || (LoopStage <= DefStage); in isLoopCarried()