Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp615 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()
1136 TopDownBlock2Index.resize(DAGSize); in topologicalSort()
1142 TopDownBlock2Index[i] = Degree; in topologicalSort()
1153 TopDownBlock2Index[i] = --Id; in topologicalSort()
1156 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()
1166 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()
1324 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()
1325 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
DSIMachineScheduler.h210 std::vector<int> TopDownBlock2Index; member
231 std::vector<int> TopDownBlock2Index; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp647 Res.TopDownBlock2Index = TopDownBlock2Index; in getBlocks()
1296 TopDownBlock2Index.resize(DAGSize); in topologicalSort()
1302 TopDownBlock2Index[i] = Degree; in topologicalSort()
1313 TopDownBlock2Index[i] = --Id; in topologicalSort()
1316 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()
1326 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()
1480 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()
1481 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
DSIMachineScheduler.h217 std::vector<int> TopDownBlock2Index; member
238 std::vector<int> TopDownBlock2Index; variable