Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Idx

48     SlotIndex Idx;
51 Idx = Indexes->getMBBStartIdx(MI->getParent());
54 Idx = Indexes->getInstructionIndex(MI)
58 LR.createDeadDef(Idx, *Alloc);
80 SlotIndex Idx;
85 Idx = Indexes->getMBBEndIdx(MI->getOperand(OpNo+1).getMBB());
88 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
93 Idx = Idx.getRegSlot(true);
98 Idx = Idx.getRegSlot(true);
101 extend(LR, Idx, Reg);