Home
last modified time | relevance | path

Searched refs:getMutableSuccessorOperands (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp133 getMutableSuccessorOperands(Block *block, unsigned successorIndex) { in getMutableSuccessorOperands() function
144 return getMutableSuccessorOperands(block, successorIndex); in getSuccessorOperands()
185 MutableOperandRange getMutableSuccessorOperands() const { in getMutableSuccessorOperands() function in __anoncfa425e90111::Edge
186 return ::getMutableSuccessorOperands(fromBlock, successorIndex); in getMutableSuccessorOperands()
278 MutableOperandRange successorOperands = edge.getMutableSuccessorOperands();
677 getMutableSuccessorOperands(latch, exitBlockIndex); in transformToReduceLoop()
757 getMutableSuccessorOperands(*iter, iter.getSuccessorIndex()) in transformToReduceLoop()
764 edge.getMutableSuccessorOperands().append(argument); in transformToReduceLoop()
791 getMutableSuccessorOperands(*iter, iter.getSuccessorIndex()); in transformToReduceLoop()
1186 getMutableSuccessorOperands(user->getBlock(), 0).getAsOperandRange()); in transformToStructuredCFBranches()
/llvm-project/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.td300 "::mlir::MutableOperandRange", "getMutableSuccessorOperands",
341 return getMutableSuccessorOperands(point);
390 ::mlir::MutableOperandRange $cppClass::getMutableSuccessorOperands(
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp453 terminator.getMutableSuccessorOperands(*regionSuccessor); in introduceClonesForRegionSuccessors()
H A DOwnershipBasedBufferDeallocation.cpp956 op.getMutableSuccessorOperands(RegionBranchPoint::parent()); in handleInterface()
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp3128 getMutableSuccessorOperands(unsigned pos, mlir::MutableOperandRange operands, in getCompareOperands()
3149 return mlir::SuccessorOperands(::getMutableSuccessorOperands(
3210 return mlir::SuccessorOperands(::getMutableSuccessorOperands(
3485 return mlir::SuccessorOperands(::getMutableSuccessorOperands(
3530 return mlir::SuccessorOperands(::getMutableSuccessorOperands(
3115 getMutableSuccessorOperands(unsigned pos, mlir::MutableOperandRange operands, getMutableSuccessorOperands() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpDefs.cpp1081 LoopBlockTerminatorOp::getMutableSuccessorOperands(RegionBranchPoint point) {
1040 LoopBlockTerminatorOp::getMutableSuccessorOperands(RegionBranchPoint point) { getMutableSuccessorOperands() function in LoopBlockTerminatorOp
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp286 ConditionOp::getMutableSuccessorOperands(RegionBranchPoint point) { in getMutableSuccessorOperands() function in ConditionOp
3257 ReduceOp::getMutableSuccessorOperands(RegionBranchPoint point) {
3236 ReduceOp::getMutableSuccessorOperands(RegionBranchPoint point) { getMutableSuccessorOperands() function in ReduceOp