/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/llvm/include/llvm/CodeGen/ |
MachineRegisterInfo.h | 171 /// reg_begin/reg_end - Provide iteration support to walk over all definitions 180 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified 186 static reg_iterator reg_end() { return reg_iterator(0); } function in class:llvm::MachineRegisterInfo 190 bool reg_empty(unsigned RegNo) const { return reg_begin(RegNo) == reg_end(); } 552 /// atEnd - return true if this iterator is equal to reg_end() on the value.
|
/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...] |