Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getRegSlot

215           RegMaskSlots.push_back(Indexes->getInstructionIndex(MI).getRegSlot());
337 SlotIndex Idx = getInstructionIndex(UseMI).getRegSlot();
648 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
651 SlotIndex(getInstructionIndex(startInst).getRegSlot()),
849 I->end = NewIdx.getRegSlot(I->end.isEarlyClobber());
862 DefVNI->def = NewIdx.getRegSlot(I->start.isEarlyClobber());
876 LiveRange::iterator NewI = LR.advanceTo(I, NewIdx.getRegSlot());
929 I->end = NewIdx.getRegSlot(I->end.isEarlyClobber());
935 std::prev(I)->end = findLastUseBefore(Reg).getRegSlot();
944 DefVNI->def = NewIdx.getRegSlot(I->start.isEarlyClobber());
947 LiveRange::iterator NewI = LR.find(NewIdx.getRegSlot());
979 assert(RI != LIS.RegMaskSlots.end() && *RI == OldIdx.getRegSlot() &&
981 *RI = NewIdx.getRegSlot();
1150 LII->start = instrIdx.getRegSlot();
1151 LII->valno->def = instrIdx.getRegSlot();
1153 lastUseIdx = instrIdx.getRegSlot();
1161 VNInfo *VNI = LI.getNextValue(instrIdx.getRegSlot(),
1163 LiveRange::Segment S(instrIdx.getRegSlot(),
1166 } else if (LII->start != instrIdx.getRegSlot()) {
1167 VNInfo *VNI = LI.getNextValue(instrIdx.getRegSlot(),
1169 LiveRange::Segment S(instrIdx.getRegSlot(), lastUseIdx, VNI);
1174 lastUseIdx = instrIdx.getRegSlot();
1182 LII->end = instrIdx.getRegSlot();
1184 lastUseIdx = instrIdx.getRegSlot();