Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp646 Res.TopDownIndex2Block = TopDownIndex2Block; in getBlocks()
1295 TopDownIndex2Block.resize(DAGSize); in topologicalSort()
1314 TopDownIndex2Block[Id] = i; in topologicalSort()
1332 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()
1333 TopDownIndex2Block.rend()); in topologicalSort()
1360 int BlockIndice = TopDownIndex2Block[i]; in scheduleInsideBlocks()
1421 int BlockIndice = TopDownIndex2Block[i]; in fillStats()
1489 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()
1520 int ID = BlocksStruct.TopDownIndex2Block[Blocks.size()-1-i]; in SIScheduleBlockScheduler()
DSIMachineScheduler.h216 std::vector<int> TopDownIndex2Block; member
237 std::vector<int> TopDownIndex2Block; variable
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp614 Res.TopDownIndex2Block = TopDownIndex2Block; in getBlocks()
1135 TopDownIndex2Block.resize(DAGSize); in topologicalSort()
1154 TopDownIndex2Block[Id] = i; in topologicalSort()
1172 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort()
1173 TopDownIndex2Block.rend()); in topologicalSort()
1200 int BlockIndice = TopDownIndex2Block[i]; in scheduleInsideBlocks()
1263 int BlockIndice = TopDownIndex2Block[i]; in fillStats()
1333 int PredID = BlocksStruct.TopDownIndex2Block[topoInd]; in SIScheduleBlockScheduler()
DSIMachineScheduler.h209 std::vector<int> TopDownIndex2Block; member
230 std::vector<int> TopDownIndex2Block; variable