Searched refs:defaultDestination (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/ |
| H A D | ControlFlowOps.cpp | 456 Block *defaultDestination, ValueRange defaultOperands, in build() argument 461 defaultDestination, caseDestinations); in build() 465 Block *defaultDestination, ValueRange defaultOperands, in build() argument 474 build(builder, result, value, defaultDestination, defaultOperands, in build() 479 Block *defaultDestination, ValueRange defaultOperands, in build() argument 488 build(builder, result, value, defaultDestination, defaultOperands, in build() 495 OpAsmParser &parser, Type &flagType, Block *&defaultDestination, in parseSwitchOpCases() argument 503 parser.parseSuccessor(defaultDestination)) in parseSwitchOpCases() 547 OpAsmPrinter &p, SwitchOp op, Type flagType, Block *defaultDestination, in printSwitchOpCases() argument 552 p.printSuccessorAndUseList(defaultDestination, defaultOperands); in printSwitchOpCases()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/ControlFlow/IR/ |
| H A D | ControlFlowOps.td | 260 AnySuccessor:$defaultDestination, 265 "Block *":$defaultDestination, 271 "Block *":$defaultDestination, 277 "Block *":$defaultDestination, 286 custom<SwitchOpCases>(ref(type($flag)),$defaultDestination,
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 848 AnySuccessor:$defaultDestination, 854 $defaultDestination (`(` $defaultOperands^ `:` type($defaultOperands) `)`)? 863 "Block *":$defaultDestination,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 316 Block *defaultDestination, ValueRange defaultOperands, in build() argument 329 weightsAttr, defaultDestination, caseDestinations); in build()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 2919 mlir::Block *defaultDestination; in selectMatchAndRewrite() local 2935 defaultDestination = dest; in selectMatchAndRewrite() 2946 /*defaultDestination=*/defaultDestination, in selectMatchAndRewrite()
|