Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1532 auto selectionControl = operands[1]; in processSelectionMerge() local
1534 if (!blockMergeInfo.try_emplace(curBlock, loc, selectionControl, mergeBlock) in processSelectionMerge()
1635 spirv::SelectionOp createSelectionOp(uint32_t selectionControl);
1662 ControlFlowStructurizer::createSelectionOp(uint32_t selectionControl) { in createSelectionOp() argument
1667 auto control = static_cast<spirv::SelectionControl>(selectionControl); in createSelectionOp()