Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IdxN

507   unsigned IdxN = getRegForValue(Idx);
508 if (IdxN == 0)
518 IdxN = fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND, IdxN,
522 IdxN =
523 fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE, IdxN, IdxNIsKill);
526 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
701 uint64_t IdxN = CI->getValue().sextOrTrunc(64).getSExtValue();
702 TotalOffs += DL.getTypeAllocSize(Ty) * IdxN;
723 unsigned IdxN = Pair.first;
725 if (!IdxN) // Unhandled operand. Halt "fast" selection and bail.
729 IdxN = fastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
730 if (!IdxN) // Unhandled operand. Halt "fast" selection and bail.
734 N = fastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);