Home
last modified time | relevance | path

Searched refs:thenBody (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SCF/EDSC/
DBuilders.cpp97 function_ref<scf::ValueVector()> thenBody, in conditionBuilder() argument
101 assert(thenBody && "thenBody is mandatory"); in conditionBuilder()
105 wrapIfBody(thenBody, results), wrapIfBody(elseBody, results)); in conditionBuilder()
121 function_ref<void()> thenBody, in conditionBuilder() argument
125 assert(thenBody && "thenBody is mandatory"); in conditionBuilder()
128 ScopedContext::getLocation(), condition, wrapZeroResultIfBody(thenBody), in conditionBuilder()
/external/llvm-project/mlir/include/mlir/Dialect/SCF/EDSC/
DBuilders.h46 function_ref<scf::ValueVector()> thenBody,
49 ValueRange conditionBuilder(Value condition, function_ref<void()> thenBody,
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVControlFlowOps.td459 /// Creates a spv.selection op for `if (<condition>) then { <thenBody> }`
464 function_ref<void(OpBuilder &builder)> thenBody,
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2733 function_ref<void(OpBuilder &builder)> thenBody, OpBuilder &builder) { in createIfThen() argument
2746 thenBody(builder); in createIfThen()