Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.td241 "::mlir::MutableOperandRange", "getMutableSuccessorOperands",
253 return $_op.getMutableSuccessorOperands(index);
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp382 return regionTerminatorInterface.getMutableSuccessorOperands(regionIndex); in getMutableRegionBranchSuccessorOperands()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp52 YieldOp::getMutableSuccessorOperands(Optional<unsigned> index) { in getMutableSuccessorOperands() function in YieldOp
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2494 getMutableSuccessorOperands(unsigned pos, mlir::MutableOperandRange operands, in getMutableSuccessorOperands() function
2519 return mlir::SuccessorOperands(::getMutableSuccessorOperands( in getSuccessorOperands()
2579 return mlir::SuccessorOperands(::getMutableSuccessorOperands( in getSuccessorOperands()
2849 return mlir::SuccessorOperands(::getMutableSuccessorOperands( in getSuccessorOperands()
2893 return mlir::SuccessorOperands(::getMutableSuccessorOperands( in getSuccessorOperands()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp265 ConditionOp::getMutableSuccessorOperands(Optional<unsigned> index) { in getMutableSuccessorOperands() function in ConditionOp