Home
last modified time | relevance | path

Searched refs:vgrfs_interfere (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_live_variables.h94 bool vgrfs_interfere(int a, int b) const;
Dbrw_vec4_live_variables.h98 bool vgrfs_interfere(int a, int b) const;
Dbrw_vec4_live_variables.cpp325 vec4_live_variables::vgrfs_interfere(int a, int b) const in vgrfs_interfere() function in vec4_live_variables
Dbrw_fs_live_variables.cpp375 fs_live_variables::vgrfs_interfere(int a, int b) const in vgrfs_interfere() function in fs_live_variables
Dbrw_vec4_reg_allocate.cpp183 if (live.vgrfs_interfere(i, j)) { in reg_allocate()