Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp595 unsigned IsAvailableAmt = 0; in SchedulingCost() local
612 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
613 ResCount += IsAvailableAmt; in SchedulingCost()
632 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
633 ResCount += IsAvailableAmt; in SchedulingCost()
676 if (IsAvailableAmt && pressureChange(SU, Q.getID() != TopQID) > 0 && in SchedulingCost()
679 ResCount -= IsAvailableAmt; in SchedulingCost()