Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:VecIdx

1735     int VecIdx = -1; // Index of the first element of the vector.
1760 assert(VecIdx == -1 && LoadVTs.empty() && "Orphaned operand list.");
1761 VecIdx = i;
1787 DAG.getConstant(Offsets[VecIdx], dl, MVT::i32), InFlag};
1796 Ret = DAG.getNode(ISD::TRUNCATE, dl, Ins[VecIdx + j].VT, Ret);
1803 VecIdx = -1;
2405 int VecIdx = -1; // Index of the first element of the current vector.
2408 assert(VecIdx == -1 && "Orphaned vector.");
2409 VecIdx = parti;
2414 unsigned NumElts = parti - VecIdx + 1;
2429 DAG.getConstant(Offsets[VecIdx], dl, PtrVT));
2460 VecIdx = -1;