Searched refs:vtn_if (Results 1 – 2 of 2) sorted by relevance
436 struct vtn_if *if_stmt = vtn_cf_node_as_if(node); in VTN_DECL_CF_NODE_FIND()725 struct vtn_if *if_stmt = rzalloc(b, struct vtn_if); in vtn_process_block()1029 vtn_selection_control(struct vtn_builder *b, struct vtn_if *vtn_if) in vtn_selection_control() argument1031 if (vtn_if->control == SpvSelectionControlMaskNone) in vtn_selection_control()1033 else if (vtn_if->control & SpvSelectionControlDontFlattenMask) in vtn_selection_control()1035 else if (vtn_if->control & SpvSelectionControlFlattenMask) in vtn_selection_control()1092 struct vtn_if *vtn_if = vtn_cf_node_as_if(node); in vtn_emit_cf_list_structured() local1093 const uint32_t *branch = vtn_if->header_block->branch; in vtn_emit_cf_list_structured()1100 vtn_emit_cf_list_structured(b, &vtn_if->then_body, in vtn_emit_cf_list_structured()1110 nif->control = vtn_selection_control(b, vtn_if); in vtn_emit_cf_list_structured()[all …]
181 struct vtn_if { struct