Home | History | Annotate | Download | only in x86

Lines Matching defs:index2

2485                 int index2 = searchVirtualInfoOfBB(LowOpndRegType_gp, vr_num, currentBB);
2486 if(index2 < 0) {
2499 if(currentBB->infoBasicBlock[index2].allocConstraintsSorted[k].count == 0) break;
2500 int regCandidateT = currentBB->infoBasicBlock[index2].allocConstraintsSorted[k].physicalReg;
2503 currentBB->infoBasicBlock[index2].allocConstraintsSorted[k].count);
4407 int index2 = searchCompileTable(newType, reg);
4408 if(index2 < 0 || compileTable[index2].physicalReg == PhysicalReg_Null) {
4413 ALOGI("physical register for GLUE %d set to %d", glue_reg, compileTable[index2].physicalReg);
4415 compileTable[index].physicalReg = compileTable[index2].physicalReg;