Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IdxN

291   unsigned IdxN = getRegForValue(Idx);
292 if (IdxN == 0)
302 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
303 IdxN, IdxNIsKill);
307 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
308 IdxN, IdxNIsKill);
311 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
533 unsigned IdxN = Pair.first;
535 if (IdxN == 0)
540 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
541 if (IdxN == 0)
546 N = FastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);