Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c178 struct sp_fragment_shader_variant *var, *next_var; in softpipe_delete_fs_state() local
183 for (var = state->variants; var; var = next_var) { in softpipe_delete_fs_state()
184 next_var = var->next; in softpipe_delete_fs_state()
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml140 let next_var = build_add variable step_val "nextvar" builder in
160 add_incoming (next_var, loop_end_bb) variable;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dcodegen.ml140 let next_var = build_add variable step_val "nextvar" builder in
160 add_incoming (next_var, loop_end_bb) variable;
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py606 def _EnforceShapeInvariant(merge_var, next_var): argument
621 n_shape = next_var.get_shape()
640 n_values_shape = next_var.values.get_shape()
641 n_indices_shape = next_var.indices.get_shape()
643 if next_var.dense_shape is not None:
644 n_shape_shape = next_var.dense_shape.get_shape()
660 n_values_shape = next_var.values.get_shape()
661 n_indices_shape = next_var.indices.get_shape()
662 n_shape_shape = next_var.dense_shape.get_shape()
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml158 let next_var = build_add variable step_val "nextvar" builder in
178 add_incoming (next_var, loop_end_bb) variable;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dcodegen.ml158 let next_var = build_add variable step_val "nextvar" builder in
178 add_incoming (next_var, loop_end_bb) variable;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml217 let next_var = build_add cur_var step_val "nextvar" builder in
218 ignore(build_store next_var alloca builder);
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml217 let next_var = build_add cur_var step_val "nextvar" builder in
218 ignore(build_store next_var alloca builder);
/external/llvm/docs/tutorial/
DOCamlLangImpl5.rst624 let next_var = build_add variable step_val "nextvar" builder in
628 '``next_var``' will be the value of the loop variable on the next
667 add_incoming (next_var, loop_end_bb) variable;
679 "``next_var``" value, we can add the incoming value to the loop PHI
1152 let next_var = build_add variable step_val "nextvar" builder in
1172 add_incoming (next_var, loop_end_bb) variable;
DOCamlLangImpl7.rst405 let next_var = build_add cur_var step_val "nextvar" builder in
406 ignore(build_store next_var alloca builder);
1436 let next_var = build_add cur_var step_val "nextvar" builder in
1437 ignore(build_store next_var alloca builder);
DOCamlLangImpl6.rst1217 let next_var = build_add variable step_val "nextvar" builder in
1237 add_incoming (next_var, loop_end_bb) variable;