HomeSort by relevance Sort by last modified time
    Searched defs:reg_end (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_optimize.c 131 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/
brw_optimize.c 131 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/
MachineRegisterInfo.h 201 /// 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(); }
    [all...]

Completed in 157 milliseconds