Searched refs:vtn_loop (Results 1 – 2 of 2) sorted by relevance
348 struct vtn_loop *loop = vtn_cf_node_find_loop(cf_parent); in VTN_DECL_CF_NODE_FIND()624 struct vtn_loop *loop = rzalloc(b, struct vtn_loop); in vtn_process_block()995 vtn_loop_control(struct vtn_builder *b, struct vtn_loop *vtn_loop) in vtn_loop_control() argument997 if (vtn_loop->control == SpvLoopControlMaskNone) in vtn_loop_control()999 else if (vtn_loop->control & SpvLoopControlDontUnrollMask) in vtn_loop_control()1001 else if (vtn_loop->control & SpvLoopControlUnrollMask) in vtn_loop_control()1003 else if (vtn_loop->control & SpvLoopControlDependencyInfiniteMask || in vtn_loop_control()1004 vtn_loop->control & SpvLoopControlDependencyLengthMask || in vtn_loop_control()1005 vtn_loop->control & SpvLoopControlMinIterationsMask || in vtn_loop_control()1006 vtn_loop->control & SpvLoopControlMaxIterationsMask || in vtn_loop_control()[all …]
152 struct vtn_loop { struct240 struct vtn_loop *loop;