Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp3239 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local
3240 if (Schedule.stageScheduled(getSUnit(LoopDef)) > (signed)InstStageNum) in cloneAndChangeInstr()
3498 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local
3499 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()
3500 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()
3573 MachineInstr *LoopDef = MRI.getVRegDef(LoopVal); in isLoopCarriedDep() local
3575 if (!LoopDef || !TII->getIncrementValue(*LoopDef, D)) in isLoopCarriedDep()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp3114 MachineInstr *LoopDef = findDefInLoop(RegAndOffset.first); in cloneAndChangeInstr() local
3115 if (Schedule.stageScheduled(getSUnit(LoopDef)) > (signed)InstStageNum) in cloneAndChangeInstr()
3371 MachineInstr *LoopDef = findDefInLoop(BaseReg); in applyInstrChange() local
3372 int DefStageNum = Schedule.stageScheduled(getSUnit(LoopDef)); in applyInstrChange()
3373 int DefCycleNum = Schedule.cycleScheduled(getSUnit(LoopDef)); in applyInstrChange()