Searched defs:instruction_info (Results 1 – 4 of 4) sorted by relevance
82 struct instruction_info struct94 static const struct instruction_info InstInfo[MAX_OPCODE] = { argument
122 struct instruction_info { struct123 instruction_info(const gen_device_info *devinfo, const fs_inst *inst) : in instruction_info() argument153 instruction_info(const gen_device_info *devinfo, in instruction_info() argument177 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 …]
39 instruction_infos, [&](const HloInstructionInfo& instruction_info) { in PrintHloProfile()54 for (const auto& instruction_info : instruction_infos) { in PrintHloProfile() local
96 HloInstructionInfo* instruction_info = in CreateHloProfilePrinterData() local