Searched refs:next_var (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_shader.c | 227 struct sp_fragment_shader_variant *var, *next_var; in softpipe_delete_fs_state() local 232 for (var = state->variants; var; var = next_var) { in softpipe_delete_fs_state() 233 next_var = var->next; in softpipe_delete_fs_state()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 140 let next_var = build_add variable step_val "nextvar" builder in 160 add_incoming (next_var, loop_end_bb) variable;
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | codegen.ml | 140 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/Chapter6/ |
D | codegen.ml | 158 let next_var = build_add variable step_val "nextvar" builder in 178 add_incoming (next_var, loop_end_bb) variable;
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | codegen.ml | 158 let next_var = build_add variable step_val "nextvar" builder in 178 add_incoming (next_var, loop_end_bb) variable;
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 217 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/ |
D | codegen.ml | 217 let next_var = build_add cur_var step_val "nextvar" builder in 218 ignore(build_store next_var alloca builder);
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl5.rst | 624 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;
|
D | OCamlLangImpl7.rst | 405 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);
|
D | OCamlLangImpl6.rst | 1217 let next_var = build_add variable step_val "nextvar" builder in 1237 add_incoming (next_var, loop_end_bb) variable;
|
/external/llvm-project/llvm/docs/tutorial/ |
D | OCamlLangImpl5.rst | 612 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;
|
D | OCamlLangImpl7.rst | 405 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);
|
D | OCamlLangImpl6.rst | 1217 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/ |
D | control_flow_ops.py | 573 def _EnforceShapeInvariant(merge_var, next_var): argument 588 n_shape = next_var.get_shape()
|