Home
last modified time | relevance | path

Searched refs:next_var (Results 1 – 17 of 17) 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/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/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/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/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;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DOCamlLangImpl5.rst612 let next_var = build_add variable step_val "nextvar" builder in
616 '``next_var``' will be the value of the loop variable on the next
655 add_incoming (next_var, loop_end_bb) variable;
667 "``next_var``" value, we can add the incoming value to the loop PHI
1140 let next_var = build_add variable step_val "nextvar" builder in
1160 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;
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py521 def _EnforceShapeInvariant(merge_var, next_var): argument
536 n_shape = next_var.get_shape()