Home
last modified time | relevance | path

Searched defs:ordered_instructions (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.h471 const std::vector<Instruction>& ordered_instructions() const { in ordered_instructions() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidation_state.h486 const std::vector<Instruction>& ordered_instructions() const { in ordered_instructions() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.h471 const std::vector<Instruction>& ordered_instructions() const { in ordered_instructions() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc1125 const HloComputation::InstructionList& ordered_instructions, in SortClonedInstructions()