Searched refs:getNextResourceCycle (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 2101 SchedBoundary::getNextResourceCycle(const MCSchedClassDesc *SC, unsigned PIdx, in getNextResourceCycle() function in SchedBoundary 2131 getNextResourceCycle(SC, SubUnits[I], Cycles); in getNextResourceCycle() 2193 std::tie(NRCycle, InstanceIdx) = getNextResourceCycle(SC, ResIdx, Cycles); in checkHazard() 2366 std::tie(NextAvailable, InstanceIdx) = getNextResourceCycle(SC, PIdx, Cycles); in countResource() 2462 getNextResourceCycle(SC, PIdx, 0); in bumpNode()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 761 std::pair<unsigned, unsigned> getNextResourceCycle(const MCSchedClassDesc *SC,
|