Searched refs:LoopStage (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h222 unsigned LoopStage, ValueMapTy *VRMap,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1082 unsigned StageNum, unsigned PhiStage, unsigned LoopVal, unsigned LoopStage,
1087 if (PhiStage == LoopStage && VRMap[StageNum - 1].count(LoopVal))
1104 LoopStage, VRMap, BB);
1124 unsigned LoopStage = (unsigned)Schedule.getStage(MRI.getVRegDef(LoopVal)); local
1130 getPrevMapVal(StageNum - np, PhiStage, LoopVal, LoopStage, VRMap, BB);
1209 int LoopStage = Schedule.getStage(Use); local
1210 return (LoopCycle > DefCycle) || (LoopStage <= DefStage);
1081 getPrevMapVal( unsigned StageNum, unsigned PhiStage, unsigned LoopVal, unsigned LoopStage, ValueMapTy *VRMap, MachineBasicBlock *BB) argument
H A DMachinePipeliner.cpp2698 int LoopStage = stageScheduled(UseSU); local
2699 return (LoopCycle > DefCycle) || (LoopStage <= DefStage);

Completed in 175 milliseconds