Searched defs:selectionOp (Results 1 – 4 of 4) sorted by relevance
219 auto selectionOp = rewriter.create<spirv::SelectionOp>(loc, selectionControl); in matchAndRewrite() local
1985 auto selectionOp = builder.create<spirv::SelectionOp>(location, control); in createSelectionOp() local2025 if (auto selectionOp = createSelectionOp(control)) in structurizeImpl() local
83 if (auto selectionOp = dyn_cast<spirv::SelectionOp>(op)) in getStructuredControlFlowOpMergeBlock() local1711 LogicalResult Serializer::processSelectionOp(spirv::SelectionOp selectionOp) { in processSelectionOp()
2657 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