Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp395 int ResCount = 1; in SUSchedulingCost() local
399 return ResCount; in SUSchedulingCost()
403 ResCount += PriorityOne; in SUSchedulingCost()
410 ResCount += (SU->getHeight() * ScaleTwo); in SUSchedulingCost()
414 ResCount <<= FactorOne; in SUSchedulingCost()
418 ResCount -= (regPressureDelta(SU,true) * ScaleOne); in SUSchedulingCost()
424 ResCount += (SU->getHeight() * ScaleTwo); in SUSchedulingCost()
426 ResCount += (NumNodesSolelyBlocking[SU->NodeNum] * ScaleTwo); in SUSchedulingCost()
430 ResCount <<= FactorOne; in SUSchedulingCost()
432 ResCount -= (regPressureDelta(SU) * ScaleTwo); in SUSchedulingCost()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp581 int ResCount = 1; in SchedulingCost() local
585 return ResCount; in SchedulingCost()
591 ResCount += PriorityOne; in SchedulingCost()
600 ResCount += (SU->getHeight() * ScaleTwo); in SchedulingCost()
613 ResCount += IsAvailableAmt; in SchedulingCost()
620 ResCount += (SU->getDepth() * ScaleTwo); in SchedulingCost()
633 ResCount += IsAvailableAmt; in SchedulingCost()
656 ResCount += (NumNodesBlocking * ScaleTwo); in SchedulingCost()
667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne); in SchedulingCost()
669 ResCount -= (Delta.CriticalMax.getUnitInc()*PriorityOne); in SchedulingCost()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2597 unsigned ResCount; in dumpScheduledState() local
2600 ResCount = getResourceCount(ZoneCritResIdx); in dumpScheduledState()
2603 ResCount = RetiredMOps * ResFactor; in dumpScheduledState()
2609 dbgs() << "\n Critical: " << ResCount / LFactor << "c, " in dumpScheduledState()
2610 << ResCount / ResFactor << " " in dumpScheduledState()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp785 ulittle16_t ResCount; // Number of items. member
906 uint16_t NumItems = Header->ResCount; in visitIconOrCursorResource()