Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp575 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/
DFIROps.cpp1391 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/
DAffineOps.cpp2017 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/
DSCFOps.td264 OpBuilderDAG<(ins "Value":$cond, "bool":$withElseRegion)>,
266 "bool":$withElseRegion)>,
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
DAffineOps.td415 "bool":$withElseRegion)>,
417 "ValueRange":$args, "bool":$withElseRegion)>,