Searched refs:withElseRegion (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | FIRBuilder.h | 361 mlir::Value cdt, bool withElseRegion) { in genIfOp() argument 362 auto op = create<fir::IfOp>(loc, results, cdt, withElseRegion); in genIfOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/IR/ |
| H A D | SCF.cpp | 1304 bool withElseRegion) { in build() argument 1305 build(builder, result, /*resultTypes=*/llvm::None, cond, withElseRegion); in build() 1309 TypeRange resultTypes, Value cond, bool withElseRegion) { in build() argument 1317 withElseRegion ? addTerminator in build()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/ |
| H A D | AffineOps.cpp | 2470 bool withElseRegion) { in build() argument 2471 assert(resultTypes.empty() || withElseRegion); in build() 2482 if (withElseRegion) { in build() 2490 IntegerSet set, ValueRange args, bool withElseRegion) { in build() argument 2492 withElseRegion); in build()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/ |
| H A D | SCFOps.td | 567 OpBuilder<(ins "Value":$cond, "bool":$withElseRegion)>, 569 "bool":$withElseRegion)>,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 3307 mlir::Value cond, bool withElseRegion) { in build() argument 3308 build(builder, result, llvm::None, cond, withElseRegion); in build() 3313 bool withElseRegion) { in build() argument 3323 if (withElseRegion) { in build()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/ |
| H A D | AffineOps.td | 433 "bool":$withElseRegion)>, 435 "ValueRange":$args, "bool":$withElseRegion)>,
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/ |
| H A D | FIROps.td | 2143 OpBuilder<(ins "mlir::Value":$cond, "bool":$withElseRegion)>, 2145 "bool":$withElseRegion)>
|