Searched refs:reg_end (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c131 const int reg_end = reg_start + size; local
154 const int right = MIN2(write_end, reg_end);
173 const int reg_end = reg_start + size; local
201 const int right0 = MIN2(write_end0, reg_end);
203 const int right1 = MIN2(write_end1, reg_end);
219 const int right = MIN2(write_end, reg_end);
235 const int reg_end = reg_start + size; local
240 const int right = MIN2(write_end, reg_end);
267 const int reg_end = reg_start + size; local
288 const int right = MIN2(read_end, reg_end);
314 const int reg_end = reg_start + size; local
349 const int reg_end = reg_start + size; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c131 const int reg_end = reg_start + size; local
154 const int right = MIN2(write_end, reg_end);
173 const int reg_end = reg_start + size; local
201 const int right0 = MIN2(write_end0, reg_end);
203 const int right1 = MIN2(write_end1, reg_end);
219 const int right = MIN2(write_end, reg_end);
235 const int reg_end = reg_start + size; local
240 const int right = MIN2(write_end, reg_end);
267 const int reg_end = reg_start + size; local
288 const int right = MIN2(read_end, reg_end);
314 const int reg_end = reg_start + size; local
349 const int reg_end = reg_start + size; local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h201 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
219 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
226 static reg_iterator reg_end() { return reg_iterator(nullptr); } function in class:llvm::MachineRegisterInfo
229 return iterator_range<reg_iterator>(reg_begin(Reg), reg_end());
267 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }
825 /// atEnd - return true if this iterator is equal to reg_end() on the value.
928 /// atEnd - return true if this iterator is equal to reg_end() on the value.
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp290 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) {
H A DLiveInterval.cpp907 RE = MRI.reg_end(); RI != RE;) {
H A DSplitKit.cpp973 RE = MRI.reg_end(); RI != RE;) {

Completed in 2600 milliseconds