Home
last modified time | relevance | path

Searched defs:reg_end (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_optimize.c131 const int reg_end = reg_start + size; in brw_is_grf_written() local
173 const int reg_end = reg_start + size; in brw_is_mrf_written_alu() local
235 const int reg_end = reg_start + size; in brw_is_mrf_written_send() local
267 const int reg_end = reg_start + size; in brw_is_mrf_read() local
314 const int reg_end = reg_start + size; in brw_is_grf_read() local
349 const int reg_end = reg_start + size; in brw_is_grf_read() local
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h246 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function