Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/
H A DFuncConversions.cpp71 op.getSuccessorOperands(succIdx).getForwardedOperands(); in matchAndRewrite()
124 auto successorOperands = branchOp.getSuccessorOperands(p); in isLegalForBranchOpInterfaceTypeConversionPattern()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDetensorize.cpp224 terminator.getSuccessorOperands(pred.getSuccessorIndex()); in computeBranchOpDetensoring()
344 predTerminator.getSuccessorOperands(pred.getSuccessorIndex()); in compute()
420 terminator.getSuccessorOperands(pred.getSuccessorIndex()); in compute()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.td65 "::mlir::SuccessorOperands", "getSuccessorOperands",
78 $_op.getSuccessorOperands(i), operandIndex,
106 ::mlir::SuccessorOperands operands = concreteOp.getSuccessorOperands(i);
250 "::mlir::OperandRange", "getSuccessorOperands",
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp72 branchInterface.getSuccessorOperands(it.getIndex()); in build()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp230 branchInterface.getSuccessorOperands(i); in propagateTerminatorLiveness()
296 SuccessorOperands succOperands = branchOp.getSuccessorOperands(succ); in eraseTerminatorSuccessorOperands()
632 branch.getSuccessorOperands(succIndex).append( in merge()
/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp189 SuccessorOperands BranchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in BranchOp
439 SuccessorOperands CondBranchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in CondBranchOp
592 SuccessorOperands SwitchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in SwitchOp
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DSparseAnalysis.cpp207 branch.getSuccessorOperands(it.getSuccessorIndex()); in visitBlock()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2518 mlir::SuccessorOperands fir::SelectOp::getSuccessorOperands(unsigned oper) { in getSuccessorOperands() function in fir::SelectOp
2524 fir::SelectOp::getSuccessorOperands(llvm::ArrayRef<mlir::Value> operands, in getSuccessorOperands() function in fir::SelectOp
2534 fir::SelectOp::getSuccessorOperands(mlir::ValueRange operands, unsigned oper) { in getSuccessorOperands() function in fir::SelectOp
2578 mlir::SuccessorOperands fir::SelectCaseOp::getSuccessorOperands(unsigned oper) { in getSuccessorOperands() function in fir::SelectCaseOp
2584 fir::SelectCaseOp::getSuccessorOperands(llvm::ArrayRef<mlir::Value> operands, in getSuccessorOperands() function in fir::SelectCaseOp
2594 fir::SelectCaseOp::getSuccessorOperands(mlir::ValueRange operands, in getSuccessorOperands() function in fir::SelectCaseOp
2848 mlir::SuccessorOperands fir::SelectRankOp::getSuccessorOperands(unsigned oper) { in getSuccessorOperands() function in fir::SelectRankOp
2854 fir::SelectRankOp::getSuccessorOperands(llvm::ArrayRef<mlir::Value> operands, in getSuccessorOperands() function in fir::SelectRankOp
2864 fir::SelectRankOp::getSuccessorOperands(mlir::ValueRange operands, in getSuccessorOperands() function in fir::SelectRankOp
2892 mlir::SuccessorOperands fir::SelectTypeOp::getSuccessorOperands(unsigned oper) { in getSuccessorOperands() function in fir::SelectTypeOp
[all …]
/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp152 Value operand = branch.getSuccessorOperands(index)[argNumber]; in collectUnderlyingAddressValues()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp515 SuccessorOperands TestBranchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in TestBranchOp
524 SuccessorOperands TestProducingBranchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in TestProducingBranchOp
535 SuccessorOperands TestInternalBranchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in TestInternalBranchOp
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp329 branchInterface.getSuccessorOperands(it.getSuccessorIndex()); in introduceBlockArgCopy()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp296 SuccessorOperands BrOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in BrOp
305 SuccessorOperands CondBrOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in CondBrOp
411 SuccessorOperands SwitchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in SwitchOp
903 SuccessorOperands InvokeOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in InvokeOp
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp444 SuccessorOperands successorOperands = branch.getSuccessorOperands(i); in getPHISourceValue()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td488 llvm::Optional<llvm::ArrayRef<mlir::Value>> getSuccessorOperands(
490 llvm::Optional<mlir::ValueRange> getSuccessorOperands(
496 auto ops = getSuccessorOperands(i);
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1519 SuccessorOperands spirv::BranchOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in spirv::BranchOp
1529 spirv::BranchConditionalOp::getSuccessorOperands(unsigned index) { in getSuccessorOperands() function in spirv::BranchConditionalOp
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2860 caseOp.getSuccessorOperands(adaptor.getOperands(), t); in matchAndRewrite()
2925 auto destOps = select.getSuccessorOperands(adaptor.getOperands(), t); in selectMatchAndRewrite()