Home
last modified time | relevance | path

Searched refs:cycle_count (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h93 unsigned cycle_count; member
302 unsigned cycle_count; member
Dbrw_cfg.cpp54 cfg(cfg), idom(NULL), start_ip(0), end_ip(0), num(0), cycle_count(0) in bblock_t()
162 cycle_count = 0; in cfg_t()
Dbrw_disasm_info.c57 fprintf(stderr, " (%u cycles)\n", group->block_start->cycle_count); in dump_assembly()
Dbrw_schedule_instructions.cpp1657 block->cycle_count = time; in schedule_instructions()
1667 count += block->cycle_count * multiplier; in get_cycle_count()
1716 cfg->cycle_count = get_cycle_count(cfg); in run()
Dbrw_vec4_generator.cpp2200 stage_abbrev, before_size / 16, loop_count, cfg->cycle_count, in generate_code()
2213 loop_count, cfg->cycle_count, spill_count, in generate_code()
Dbrw_fs_generator.cpp2226 shader_name, dispatch_width, before_size / 16, loop_count, cfg->cycle_count, in generate_code()
2241 loop_count, cfg->cycle_count, spill_count, in generate_code()
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc475 int64 cycle_count = profile.compute_cycle_count(); in ExecutionStatsAsString() local
481 ", compute cycles: ", cycle_count, ", performance: ", gflops, in ExecutionStatsAsString()