Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonMachineScheduler.cpp60 ResCount += PriorityTwo; in SchedulingCost()
64 ResCount += PriorityTwo; in SchedulingCost()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDResourcePriorityQueue.cpp378 static const unsigned PriorityTwo = 50; variable
437 ResCount += (PriorityTwo + (ScaleThree*N->getNumValues())); in SUSchedulingCost()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDVLIWMachineScheduler.h120 static constexpr unsigned PriorityTwo = 50; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDVLIWMachineScheduler.cpp632 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
652 IsAvailableAmt = (PriorityTwo + PriorityThree); in SchedulingCost()
692 ResCount -= (Delta.CurrentMax.getUnitInc() * PriorityTwo); in SchedulingCost()