Home
last modified time | relevance | path

Searched defs:selectionOp (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
DSCFToSPIRV.cpp219 auto selectionOp = rewriter.create<spirv::SelectionOp>(loc, selectionControl); in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp1985 auto selectionOp = builder.create<spirv::SelectionOp>(location, control); in createSelectionOp() local
2025 if (auto selectionOp = createSelectionOp(control)) in structurizeImpl() local
DSerializer.cpp83 if (auto selectionOp = dyn_cast<spirv::SelectionOp>(op)) in getStructuredControlFlowOpMergeBlock() local
1711 LogicalResult Serializer::processSelectionOp(spirv::SelectionOp selectionOp) { in processSelectionOp()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp2657 static void print(spirv::SelectionOp selectionOp, OpAsmPrinter &printer) { in print()
2668 static LogicalResult verify(spirv::SelectionOp selectionOp) { in verify()
2736 auto selectionOp = builder.create<spirv::SelectionOp>(loc, selectionControl); in createIfThen() local