Searched refs:thenBody (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/SCF/EDSC/ |
D | Builders.cpp | 97 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/ |
D | Builders.h | 46 function_ref<scf::ValueVector()> thenBody, 49 ValueRange conditionBuilder(Value condition, function_ref<void()> thenBody,
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVControlFlowOps.td | 459 /// Creates a spv.selection op for `if (<condition>) then { <thenBody> }` 464 function_ref<void(OpBuilder &builder)> thenBody,
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVOps.cpp | 2733 function_ref<void(OpBuilder &builder)> thenBody, OpBuilder &builder) { in createIfThen() argument 2746 thenBody(builder); in createIfThen()
|