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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp 112 unsigned new_reg = AMDGPU::VReg_32RegClass.getRegister(used_vgprs); local
115 AddLiveIn(&MF, MRI, new_reg, virt_reg);
  /external/mesa3d/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp 112 unsigned new_reg = AMDGPU::VReg_32RegClass.getRegister(used_vgprs); local
115 AddLiveIn(&MF, MRI, new_reg, virt_reg);
  /art/compiler/dex/quick/
ralloc_util.cc 705 void Mir2Lir::CopyRegInfo(int new_reg, int old_reg) {
706 RegisterInfo* new_info = GetRegInfo(new_reg);
713 new_info->reg = new_reg;
883 int new_reg; local
893 new_reg = AllocTypedTemp(loc.fp, reg_class);
894 OpRegCopy(new_reg, loc.low_reg);
895 CopyRegInfo(new_reg, loc.low_reg);
897 loc.low_reg = new_reg;
904 new_reg = AllocTypedTemp(loc.fp, reg_class);
905 loc.low_reg = new_reg;
    [all...]

Completed in 117 milliseconds