Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IdxN

263   unsigned IdxN = getRegForValue(Idx);
264 if (IdxN == 0)
274 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
275 IdxN, IdxNIsKill);
279 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
280 IdxN, IdxNIsKill);
283 return std::pair<unsigned, bool>(IdxN, IdxNIsKill);
468 unsigned IdxN = Pair.first;
470 if (IdxN == 0)
475 IdxN = FastEmit_ri_(VT, ISD::MUL, IdxN, IdxNIsKill, ElementSize, VT);
476 if (IdxN == 0)
481 N = FastEmit_rr(VT, VT, ISD::ADD, N, NIsKill, IdxN, IdxNIsKill);