Home
last modified time | relevance | path

Searched defs:defaultDestination (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp456 Block *defaultDestination, ValueRange defaultOperands, in build()
465 Block *defaultDestination, ValueRange defaultOperands, in build()
479 Block *defaultDestination, ValueRange defaultOperands, in build()
495 OpAsmParser &parser, Type &flagType, Block *&defaultDestination, in parseSwitchOpCases()
547 OpAsmPrinter &p, SwitchOp op, Type flagType, Block *defaultDestination, in printSwitchOpCases()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp316 Block *defaultDestination, ValueRange defaultOperands, in build()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2919 mlir::Block *defaultDestination; in selectMatchAndRewrite() local