Home
last modified time | relevance | path

Searched refs:getSuccessorOperands (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/include/mlir/Interfaces/
DControlFlowInterfaces.td46 "Optional<OperandRange>", "getSuccessorOperands",
63 $_op.getSuccessorOperands(i), operandIndex,
83 Optional<OperandRange> operands = concreteOp.getSuccessorOperands(i);
/external/llvm-project/mlir/lib/Dialect/StandardOps/Transforms/
DFuncBufferize.cpp68 auto successorOperands = branchOp.getSuccessorOperands(p); in runOnOperation()
DFuncConversions.cpp68 auto successorOperands = branchOp.getSuccessorOperands(succIdx); in matchAndRewrite()
/external/llvm-project/mlir/lib/Analysis/
DBufferAliasAnalysis.cpp71 branchInterface.getSuccessorOperands(it.getIndex()); in build()
/external/llvm-project/mlir/lib/Transforms/
DBufferDeallocation.cpp259 branchInterface.getSuccessorOperands(it.getSuccessorIndex()) in introduceBlockArgCopy()
DSCCP.cpp835 branchOperands = branch.getSuccessorOperands(it.getSuccessorIndex()); in visitBlockArgument()
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp1033 fir::SelectOp::getSuccessorOperands(llvm::ArrayRef<mlir::Value> operands, in getSuccessorOperands() function in fir::SelectOp
1072 fir::SelectCaseOp::getSuccessorOperands(llvm::ArrayRef<mlir::Value> operands, in getSuccessorOperands() function in fir::SelectCaseOp
1263 fir::SelectRankOp::getSuccessorOperands(llvm::ArrayRef<mlir::Value> operands, in getSuccessorOperands() function in fir::SelectRankOp
1297 fir::SelectTypeOp::getSuccessorOperands(llvm::ArrayRef<mlir::Value> operands, in getSuccessorOperands() function in fir::SelectTypeOp
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td586 llvm::Optional<llvm::ArrayRef<mlir::Value>> getSuccessorOperands(
588 using BranchOpInterfaceTrait::getSuccessorOperands;
593 auto ops = getSuccessorOperands(i);