Searched refs:withElseRegion (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/SCF/ |
D | SCF.cpp | 575 bool withElseRegion) { in build() argument 576 build(builder, result, /*resultTypes=*/llvm::None, cond, withElseRegion); in build() 580 TypeRange resultTypes, Value cond, bool withElseRegion) { in build() argument 588 withElseRegion ? addTerminator in build()
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIROps.cpp | 1391 mlir::Value cond, bool withElseRegion) { in build() argument 1392 build(builder, result, llvm::None, cond, withElseRegion); in build() 1397 bool withElseRegion) { in build() argument 1407 if (withElseRegion) { in build()
|
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 2017 bool withElseRegion) { in build() argument 2018 assert(resultTypes.empty() || withElseRegion); in build() 2029 if (withElseRegion) { in build() 2037 IntegerSet set, ValueRange args, bool withElseRegion) { in build() argument 2039 withElseRegion); in build()
|
/external/llvm-project/mlir/include/mlir/Dialect/SCF/ |
D | SCFOps.td | 264 OpBuilderDAG<(ins "Value":$cond, "bool":$withElseRegion)>, 266 "bool":$withElseRegion)>,
|
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ |
D | AffineOps.td | 415 "bool":$withElseRegion)>, 417 "ValueRange":$args, "bool":$withElseRegion)>,
|