Searched refs:defaultOperands (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 460 build(builder, result, value, defaultOperands, caseOperands, caseValues, 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() 496 SmallVectorImpl<OpAsmParser::UnresolvedOperand> &defaultOperands, in parseSwitchOpCases() argument 548 OperandRange defaultOperands, TypeRange defaultOperandTypes, in printSwitchOpCases() argument 552 p.printSuccessorAndUseList(defaultDestination, defaultOperands); in printSwitchOpCases() 737 ValueRange defaultOperands = op.getDefaultOperands(); in simplifyPassThroughSwitch() local [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/ControlFlow/IR/ |
| H A D | ControlFlowOps.td | 254 Variadic<AnyType>:$defaultOperands, 266 "ValueRange":$defaultOperands, 272 "ValueRange":$defaultOperands, 278 "ValueRange":$defaultOperands, 287 $defaultOperands, 288 type($defaultOperands),
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 841 Variadic<AnyType>:$defaultOperands, 854 $defaultDestination (`(` $defaultOperands^ `:` type($defaultOperands) `)`)? 864 "ValueRange":$defaultOperands,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 316 Block *defaultDestination, ValueRange defaultOperands, in build() argument 328 build(builder, result, value, defaultOperands, caseOperands, caseValuesAttr, in build()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 2920 mlir::ValueRange defaultOperands; in selectMatchAndRewrite() local 2936 defaultOperands = destOps ? *destOps : mlir::ValueRange{}; in selectMatchAndRewrite() 2947 /*defaultOperands=*/defaultOperands, in selectMatchAndRewrite()
|