Searched refs:brw_analysis (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_analysis.h134 class brw_analysis { class
141 brw_analysis(const C *c) : c(c), p(NULL) {} function in class:brw_analysis
146 ~brw_analysis()
170 return const_cast<brw_analysis<T, C> *>(this)->require();
H A Dbrw_shader.h75 brw_analysis<brw::idom_tree, backend_shader> idom_analysis;
H A Dbrw_fs.h348 brw_analysis<brw::fs_live_variables, backend_shader> live_analysis;
349 brw_analysis<brw::register_pressure, fs_visitor> regpressure_analysis;
350 brw_analysis<brw::performance, fs_visitor> performance_analysis;
H A Dbrw_vec4.h114 brw_analysis<brw::vec4_live_variables, backend_shader> live_analysis;
115 brw_analysis<brw::performance, vec4_visitor> performance_analysis;

Completed in 5 milliseconds