Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Idx

356     unsigned Idx = MIB->getNumOperands();
357 while (Idx > 0 &&
358 MIB->getOperand(Idx-1).isReg() &&
359 MIB->getOperand(Idx-1).isImplicit())
360 --Idx;
361 bool isTied = MCID.getOperandConstraint(Idx, MCOI::TIED_TO) != -1;
416 unsigned Idx;
419 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align);
421 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align);
422 MIB.addConstantPoolIndex(Idx, Offset, CP->getTargetFlags());