Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IdxN

318   unsigned IdxN = getRegForValue(Idx);
319 if (IdxN == 0)
329 IdxN = fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND, IdxN,
333 IdxN =
334 fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE, IdxN, IdxNIsKill);
337 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
523 uint64_t IdxN = CI->getValue().sextOrTrunc(64).getSExtValue();
524 TotalOffs += DL.getTypeAllocSize(Ty) * IdxN;
545 unsigned IdxN = Pair.first;
547 if (!IdxN) // Unhandled operand. Halt "fast" selection and bail.
551 IdxN = fastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
552 if (!IdxN) // Unhandled operand. Halt "fast" selection and bail.
556 N = fastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);