Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h222 std::vector<std::unique_ptr<SIScheduleBlock>> BlockPtrs; variable
DSIMachineScheduler.cpp1059 BlockPtrs.push_back( in createBlocksForVariant()
1061 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h229 std::vector<std::unique_ptr<SIScheduleBlock>> BlockPtrs; variable
DSIMachineScheduler.cpp1234 BlockPtrs.push_back(llvm::make_unique<SIScheduleBlock>(DAG, this, ID)); in createBlocksForVariant()
1235 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant()