Home
last modified time | relevance | path

Searched defs:getBlocks (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DEdgeBundles.h48 ArrayRef<unsigned> getBlocks(unsigned Bundle) { return Blocks[Bundle]; } in getBlocks() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h77 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
/external/deqp-deps/glslang/SPIRV/
DspvIR.h306 const std::vector<Block*>& getBlocks() const { return blocks; } in getBlocks() function
/external/llvm/include/llvm/Analysis/
DLoopInfo.h139 const std::vector<BlockT*> &getBlocks() const { return Blocks; } in getBlocks() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h149 ArrayRef<BlockT *> getBlocks() const { in getBlocks() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h356 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function
DSIMachineScheduler.cpp636 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h346 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; }; in getBlocks() function
DSIMachineScheduler.cpp604 SIScheduleBlockCreator::getBlocks(SISchedulerBlockCreatorVariant BlockVariant) { in getBlocks() function in SIScheduleBlockCreator
/external/python/cpython2/Lib/compiler/
Dpyassem.py84 def getBlocks(self): member in FlowGraph
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h133 const std::vector<BlockT*> &getBlocks() const { return Blocks; } in getBlocks() function
/external/clang/include/clang/AST/
DComment.h1135 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks() function