Home
last modified time | relevance | path

Searched refs:withElseRegion (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h361 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 DSCF.cpp1304 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 DAffineOps.cpp2470 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 DSCFOps.td567 OpBuilder<(ins "Value":$cond, "bool":$withElseRegion)>,
569 "bool":$withElseRegion)>,
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp3307 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 DAffineOps.td433 "bool":$withElseRegion)>,
435 "ValueRange":$args, "bool":$withElseRegion)>,
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td2143 OpBuilder<(ins "mlir::Value":$cond, "bool":$withElseRegion)>,
2145 "bool":$withElseRegion)>