Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp3374 int BaseStageNum = Schedule.stageScheduled(SU); in applyInstrChange() local
3376 if (BaseStageNum < DefStageNum) { in applyInstrChange()
3378 int OffsetDiff = DefStageNum - BaseStageNum; in applyInstrChange()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp3501 int BaseStageNum = Schedule.stageScheduled(SU); in applyInstrChange() local
3503 if (BaseStageNum < DefStageNum) { in applyInstrChange()
3505 int OffsetDiff = DefStageNum - BaseStageNum; in applyInstrChange()