Home
last modified time | relevance | path

Searched refs:getBlocks (Results 1 – 25 of 158) sorted by relevance

1234567

/external/llvm-project/mlir/lib/IR/
DBlock.cpp53 block->getParent()->getBlocks().insert(block->getIterator(), this); in insertBefore()
60 block->getParent()->getBlocks().splice( in moveBefore()
61 block->getIterator(), getParent()->getBlocks(), getIterator()); in moveBefore()
67 getParent()->getBlocks().erase(this); in erase()
279 getParent()->getBlocks().insert(std::next(Region::iterator(this)), newBB); in splitBlock()
DPatternMatch.cpp257 parent.getBlocks().splice(before, region.getBlocks()); in inlineRegionBefore()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h76 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
78 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin()
79 block_iterator block_end() const { return getBlocks().end(); } in block_end()
DWebAssemblyExceptionInfo.cpp156 for (unsigned I = 0; I < getBlocks().size(); ++I) { in print()
157 MachineBasicBlock *MBB = getBlocks()[I]; in print()
/external/llvm-project/mlir/test/lib/IR/
DTestPrintNesting.cpp51 printIndent() << "Region with " << region.getBlocks().size() in printRegion()
54 for (Block &block : region.getBlocks()) in printRegion()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.h75 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; } in getBlocks() function
77 block_iterator block_begin() const { return getBlocks().begin(); } in block_begin()
78 block_iterator block_end() const { return getBlocks().end(); } in block_end()
DWebAssemblyExceptionInfo.cpp159 for (unsigned I = 0; I < getBlocks().size(); ++I) { in print()
160 MachineBasicBlock *MBB = getBlocks()[I]; in print()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dremove_vars_in_session_initializer.cc95 if (init_func_op.getBlocks().size() != 1) { in runOnOperation()
101 init_func_op.getBlocks().front().getOps<VarHandleOp>(); in runOnOperation()
/external/deqp-deps/glslang/SPIRV/
DSpvPostProcess.cpp347 for (auto bi = f->getBlocks().cbegin(); bi != f->getBlocks().cend(); bi++) { in postProcessCFG()
410 for (auto bi = f->getBlocks().cbegin(); bi != f->getBlocks().cend(); bi++) { in postProcessFeatures()
/external/llvm-project/llvm/include/llvm/CodeGen/
DEdgeBundles.h47 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DEdgeBundles.h48 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/external/llvm/include/llvm/CodeGen/
DEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp153 for (Block &block : definingRegion->getBlocks()) { in addAutomaticRefCounting()
215 for (Block &block : definingRegion->getBlocks()) { in addAutomaticRefCounting()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp393 for (auto *Block : CurLoop->getBlocks()) in legalLoopInstructions()
547 for (auto *Block : CurLoop->getBlocks()) { in setNoAliasToLoop()
592 for (auto *Block : L->getBlocks()) { in runOnLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp381 for (auto *Block : CurLoop->getBlocks()) in legalLoopInstructions()
486 for (auto *Block : CurLoop->getBlocks()) { in setNoAliasToLoop()
527 for (auto *Block : L->getBlocks()) { in runOnLoop()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dinsert_call_once_op.cc58 builder.setInsertionPointToStart(&func.getBlocks().front()); in runOnOperation()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp406 for (auto *Block : CurLoop->getBlocks()) in legalLoopInstructions()
560 for (auto *Block : CurLoop->getBlocks()) { in setNoAliasToLoop()
611 for (auto *Block : L->getBlocks()) { in runOnLoop()
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/
Dbasic_classes.cc37 .def("size", [](mlir::Region& r) { return r.getBlocks().size(); }) in init_basic_classes()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp366 auto &blockList = unwrap(region)->getBlocks(); in mlirRegionInsertOwnedBlock()
374 cppRegion->getBlocks().insert(cppRegion->begin(), unwrap(block)); in mlirRegionInsertOwnedBlockAfter()
380 cppRegion->getBlocks().insertAfter(Region::iterator(unwrap(reference)), in mlirRegionInsertOwnedBlockAfter()
391 unwrap(region)->getBlocks().insert(Region::iterator(unwrap(reference)), in mlirRegionInsertOwnedBlockBefore()
/external/llvm-project/mlir/include/mlir/IR/
DRegion.h45 BlockListType &getBlocks() { return blocks; } in getBlocks() function
222 blocks.splice(blocks.end(), other.getBlocks()); in takeBody()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h385 for (unsigned i = 0; i < getBlocks().size(); ++i) { in print()
386 BlockT *BB = getBlocks()[i]; in print()
664 std::vector<BlockT *> BBs = L->getBlocks(); in compareLoops()
665 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp227 for (BasicBlock *BB : L->getBlocks()) { in simplifyLoopAfterUnroll()
370 std::vector<BasicBlock*> OriginalLoopBlocks = L->getBlocks(); in UnrollLoop()
564 std::vector<BasicBlock*> UnrolledLoopBlocks = L->getBlocks(); in UnrollLoop()
575 for (BasicBlock *BB : L->getBlocks()) in UnrollLoop()
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfoImpl.h391 for (unsigned i = 0; i < getBlocks().size(); ++i) { in print()
392 BlockT *BB = getBlocks()[i]; in print()
670 std::vector<BlockT *> BBs = L->getBlocks(); in compareLoops()
671 std::vector<BlockT *> OtherBBs = OtherL->getBlocks(); in compareLoops()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h323 for (unsigned i = 0; i < getBlocks().size(); ++i) { in print()
325 BlockT *BB = getBlocks()[i]; in print()
387 NumBlocks += Subloop->getBlocks().capacity(); in discoverAndMapSubloop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h253 getBlocks(SISchedulerBlockCreatorVariant BlockVariant);
354 std::vector<SIScheduleBlock*> getBlocks() { return BlocksScheduled; } in getBlocks() function

1234567