/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/lib/CodeGen/ |
PHIEliminationUtils.cpp | 38 RE = MRI.reg_end(); RI != RE; ++RI) {
|
Spiller.cpp | 93 regItr = mri->reg_begin(li->reg); regItr != mri->reg_end();) { 103 } while (regItr != mri->reg_end() && (&*regItr == mi));
|
MachineRegisterInfo.cpp | 131 for (reg_iterator I = reg_begin(Reg), E = reg_end(); I != E; ++I) { 292 for (reg_iterator I = reg_begin(FromReg), E = reg_end(); I != E; ) {
|
LiveInterval.cpp | 908 RE = MRI.reg_end(); RI != RE;) {
|
SplitKit.cpp | [all...] |
TwoAddressInstructionPass.cpp | 319 E = MRI->reg_end(); I != E; ++I) { [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/llvm/lib/Target/X86/ |
X86FrameLowering.cpp | 634 re = MRI.reg_end(); ri != re; ++ri) [all...] |