Searched defs:defaultDestination (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/ |
H A D | ControlFlowOps.cpp | 469 Block *defaultDestination, ValueRange defaultOperands, in build() argument 478 Block *defaultDestination, ValueRange defaultOperands, in build() argument 492 Block *defaultDestination, ValueRange defaultOperands, in build() argument 508 OpAsmParser &parser, Type &flagType, Block *&defaultDestination, in parseSwitchOpCases() argument 560 OpAsmPrinter &p, SwitchOp op, Type flagType, Block *defaultDestination, in printSwitchOpCases() argument [all...] |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 453 build(OpBuilder & builder,OperationState & result,Value value,Block * defaultDestination,ValueRange defaultOperands,DenseIntElementsAttr caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseOperands,ArrayRef<int32_t> branchWeights) build() argument 467 build(OpBuilder & builder,OperationState & result,Value value,Block * defaultDestination,ValueRange defaultOperands,ArrayRef<APInt> caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseOperands,ArrayRef<int32_t> branchWeights) build() argument 483 build(OpBuilder & builder,OperationState & result,Value value,Block * defaultDestination,ValueRange defaultOperands,ArrayRef<int32_t> caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseOperands,ArrayRef<int32_t> branchWeights) build() argument
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 3065 mlir::Block *defaultDestination; selectMatchAndRewrite() local
|