Searched refs:vtn_if (Results 1 – 2 of 2) sorted by relevance
471 struct vtn_if *if_stmt = vtn_cf_node_as_if(node); in VTN_DECL_CF_NODE_FIND()760 struct vtn_if *if_stmt = rzalloc(b, struct vtn_if); in vtn_process_block()1069 vtn_selection_control(struct vtn_builder *b, struct vtn_if *vtn_if) in vtn_selection_control() argument1071 if (vtn_if->control == SpvSelectionControlMaskNone) in vtn_selection_control()1073 else if (vtn_if->control & SpvSelectionControlDontFlattenMask) in vtn_selection_control()1075 else if (vtn_if->control & SpvSelectionControlFlattenMask) in vtn_selection_control()1132 struct vtn_if *vtn_if = vtn_cf_node_as_if(node); in vtn_emit_cf_list_structured() local1133 const uint32_t *branch = vtn_if->header_block->branch; in vtn_emit_cf_list_structured()1141 if (vtn_if->then_type == vtn_branch_type_none) { in vtn_emit_cf_list_structured()1142 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured()[all …]
181 struct vtn_if { struct