Lines Matching refs:getInstructionFromIndex

162   MachineInstr *firstMI = getInstructionFromIndex(idx);  in conflictsWithPhysReg()
165 firstMI = getInstructionFromIndex(idx); in conflictsWithPhysReg()
172 MachineInstr *lastMI = getInstructionFromIndex(lastIdx); in conflictsWithPhysReg()
175 lastMI = getInstructionFromIndex(lastIdx); in conflictsWithPhysReg()
226 MachineInstr *MI = getInstructionFromIndex(index); in conflictsWithAliasRef()
277 MachineInstr *DefMI = getInstructionFromIndex(OldLR->valno->def); in isPartialRedef()
392 assert(getInstructionFromIndex(Start) == 0 && in handleVirtualRegisterDef()
529 if (getInstructionFromIndex(baseIndex) == 0) in handlePhysicalRegisterDef()
615 if (getInstructionFromIndex(baseIndex) == 0) in handleLiveInRegister()
657 assert(getInstructionFromIndex(defIdx) == 0 && in handleLiveInRegister()
701 if (getInstructionFromIndex(MIIndex) == 0) in computeIntervals()
872 MachineInstr *MI = getInstructionFromIndex(VNI->def); in shrinkToUses()
930 MachineInstr *MI = getInstructionFromIndex(RI->end); in addKillFlags()
1035 MachineInstr *ReMatDefMI = getInstructionFromIndex(VNI->def); in isReMaterializable()
1777 MachineInstr *KillMI = getInstructionFromIndex(KillIdx); in addIntervalsForSpills()
1832 MachineInstr *ReMatDefMI = getInstructionFromIndex(VNI->def); in addIntervalsForSpills()
1907 MachineInstr *MI = getInstructionFromIndex(index); in addIntervalsForSpills()
1972 MachineInstr *MI = getInstructionFromIndex(index); in addIntervalsForSpills()
2037 MachineInstr *LastUse = getInstructionFromIndex(LastUseIdx); in addIntervalsForSpills()