Home
last modified time | relevance | path

Searched refs:before_instructions (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp401 exec_list *before_instructions; member
424 d->before_instructions->push_tail(tmp); in copy_index_derefs_to_temps()
431 d->before_instructions->push_tail(assignment); in copy_index_derefs_to_temps()
442 exec_list *before_instructions, exec_list *after_instructions, in fix_parameter() argument
461 data.before_instructions = before_instructions; in fix_parameter()
490 before_instructions->push_tail(tmp); in fix_parameter()
507 before_instructions->push_tail(assignment); in fix_parameter()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc282 absl::Span<Item* const> before_instructions) { in InsertBeforeInstructions() argument
285 << absl::StrJoin(before_instructions, ", ", in InsertBeforeInstructions()
293 CHECK(!before_instructions.empty()); in InsertBeforeInstructions()
295 for (Item* item : before_instructions) { in InsertBeforeInstructions()
313 while (!absl::c_linear_search(before_instructions, min_position_item)) { in InsertBeforeInstructions()