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

  /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 209 /// reg_begin/reg_end - Provide iteration support to walk over all definitions
227 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
234 static reg_iterator reg_end() { return reg_iterator(nullptr); } function in class:llvm::MachineRegisterInfo
237 return make_range(reg_begin(Reg), reg_end());
273 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); }
809 /// atEnd - return true if this iterator is equal to reg_end() on the value.
    [all...]

Completed in 114 milliseconds