Home
last modified time | relevance | path

Searched refs:printSuccessorAndUseList (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp552 p.printSuccessorAndUseList(defaultDestination, defaultOperands); in printSwitchOpCases()
563 p.printSuccessorAndUseList(caseDestinations[it.index()], in printSwitchOpCases()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp576 void printSuccessorAndUseList(Block *, ValueRange) override {} in printSuccessorAndUseList() function in __anon190d4e680511::DummyAliasOperationPrinter
2627 void printSuccessorAndUseList(Block *successor,
3091 void OperationPrinter::printSuccessorAndUseList(Block *successor, in printSuccessorAndUseList() function in OperationPrinter
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp388 p.printSuccessorAndUseList(std::get<1>(i), caseOperands[index++]); in printSwitchOpCases()
951 p.printSuccessorAndUseList(getNormalDest(), getNormalDestOperands()); in print()
953 p.printSuccessorAndUseList(getUnwindDest(), getUnwindDestOperands()); in print()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h370 virtual void printSuccessorAndUseList(Block *successor,
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1598 printer.printSuccessorAndUseList(getTrueBlock(), getTrueBlockArguments()); in print()
1600 printer.printSuccessorAndUseList(getFalseBlock(), getFalseBlockArguments()); in print()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td497 p.printSuccessorAndUseList(succ, ops.getForwardedOperands());