Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.c82 struct instruction_info struct
94 static const struct instruction_info InstInfo[MAX_OPCODE] = { argument
/external/mesa3d/src/intel/compiler/
Dbrw_ir_performance.cpp122 struct instruction_info { struct
123 instruction_info(const gen_device_info *devinfo, const fs_inst *inst) : in instruction_info() argument
153 instruction_info(const gen_device_info *devinfo, in instruction_info() argument
177 const struct gen_device_info *devinfo;
179 opcode op;
181 brw_reg_type td;
183 unsigned sd;
185 brw_reg_type tx;
187 unsigned sx;
189 unsigned ss;
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer.cc39 instruction_infos, [&](const HloInstructionInfo& instruction_info) { in PrintHloProfile()
54 for (const auto& instruction_info : instruction_infos) { in PrintHloProfile() local
Dhlo_execution_profile.cc96 HloInstructionInfo* instruction_info = in CreateHloProfilePrinterData() local