Home
last modified time | relevance | path

Searched refs:getParentBlock (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/mlir/include/mlir/Transforms/
DBufferUtils.h87 Block *dom = value.getParentBlock(); in findCommonDominator()
97 dom = doms.findNearestCommonDominator(dom, childValue.getParentBlock()); in findCommonDominator()
/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp118 builder.setInsertionPointToStart(value.getParentBlock()); in addAutomaticRefCounting()
158 blockLiveness->getBlock() == value.getParentBlock(); in addAutomaticRefCounting()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h65 BasicBlock *getParentBlock(Value *v);
DNVPTXUtilities.cpp340 BasicBlock *llvm::getParentBlock(Value *v) { in getParentBlock() function in llvm
/external/llvm-project/mlir/lib/Transforms/
DBufferOptimizations.cpp141 StateT state(&dominators, allocValue, allocValue.getParentBlock()); in hoist()
317 alloc, alloc.getParentBlock(), liveness); in promote()
DBufferDeallocation.cpp200 Block *parentBlock = value.getParentBlock(); in introduceCopies()
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp427 assert(value.getParentBlock() == block && "expected value of this block"); in getOrderOf()
500 bool lhsIsInBlock = lhsOperand.getParentBlock() == leaderBlock; in addToCluster()
501 bool rhsIsInBlock = rhsOperand.getParentBlock() == mergeBlock; in addToCluster()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dregion_control_flow_to_functional.cc375 first_block_arg.getParentBlock() == &first_region.front() && in ConvertWhileOp()
376 second_block_arg.getParentBlock() == &second_region.front(); in ConvertWhileOp()
/external/llvm-project/mlir/lib/IR/
DValue.cpp95 Block *Value::getParentBlock() { in getParentBlock() function in Value
/external/angle/src/compiler/translator/tree_ops/gl/
DVectorizeVectorScalarArithmetic.cpp254 const TIntermBlock *parentBlock = getParentBlock(); in visitAggregate()
/external/angle/src/compiler/translator/tree_util/
DIntermTraverse.h168 const TIntermBlock *getParentBlock() const;
DIntermTraverse.cpp237 const TIntermBlock *TIntermTraverser::getParentBlock() const in getParentBlock() function in sh::TIntermTraverser
/external/llvm-project/mlir/include/mlir/IR/
DValue.h140 Block *getParentBlock();
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc75 if (arg.getParentBlock() == &region_->front()) return arg.getArgNumber(); in GetArg()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp2221 if (getRootNode() == getParentBlock()) in visitDeclaration()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc881 if (returned_val.getParentBlock() == &first_branch->front()) { in matchAndRewrite()