Searched refs:vtn_loop (Results 1 – 2 of 2) sorted by relevance
396 struct vtn_loop *loop = vtn_cf_node_find_loop(cf_parent); in VTN_DECL_CF_NODE_FIND()672 struct vtn_loop *loop = rzalloc(b, struct vtn_loop); in vtn_process_block()1046 vtn_loop_control(struct vtn_builder *b, struct vtn_loop *vtn_loop) in vtn_loop_control() argument1048 if (vtn_loop->control == SpvLoopControlMaskNone) in vtn_loop_control()1050 else if (vtn_loop->control & SpvLoopControlDontUnrollMask) in vtn_loop_control()1052 else if (vtn_loop->control & SpvLoopControlUnrollMask) in vtn_loop_control()1054 else if (vtn_loop->control & SpvLoopControlDependencyInfiniteMask || in vtn_loop_control()1055 vtn_loop->control & SpvLoopControlDependencyLengthMask || in vtn_loop_control()1056 vtn_loop->control & SpvLoopControlMinIterationsMask || in vtn_loop_control()1057 vtn_loop->control & SpvLoopControlMaxIterationsMask || in vtn_loop_control()[all …]
163 struct vtn_loop { struct250 struct vtn_loop *loop;