| /llvm-project-15.0.7/mlir/lib/Dialect/Func/Transforms/ |
| H A D | FuncConversions.cpp | 71 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 D | Detensorize.cpp | 224 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 D | ControlFlowInterfaces.td | 65 "::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 D | BufferViewFlowAnalysis.cpp | 72 branchInterface.getSuccessorOperands(it.getIndex()); in build()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | RegionUtils.cpp | 230 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 D | ControlFlowOps.cpp | 189 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 D | SparseAnalysis.cpp | 207 branch.getSuccessorOperands(it.getSuccessorIndex()); in visitBlock()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 2518 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 D | LocalAliasAnalysis.cpp | 152 Value operand = branch.getSuccessorOperands(index)[argNumber]; in collectUnderlyingAddressValues()
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestDialect.cpp | 515 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 D | BufferDeallocation.cpp | 329 branchInterface.getSuccessorOperands(it.getSuccessorIndex()); in introduceBlockArgCopy()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 296 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 D | ModuleTranslation.cpp | 444 SuccessorOperands successorOperands = branch.getSuccessorOperands(i); in getPHISourceValue()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | FIROps.td | 488 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 D | SPIRVOps.cpp | 1519 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 D | CodeGen.cpp | 2860 caseOp.getSuccessorOperands(adaptor.getOperands(), t); in matchAndRewrite() 2925 auto destOps = select.getSuccessorOperands(adaptor.getOperands(), t); in selectMatchAndRewrite()
|