Lines Matching refs:Index
5229 int Index = isLE ? (Elt*SizeRatio) : (Elt*SizeRatio + (SizeRatio-1));
5236 DAG.getConstant(Index, MVT::i32));
6375 // 1) The new base ptr is a frame index.
6382 // Check #1. Preinc'ing a frame index would require copying the stack pointer
7311 // Find the new index to extract from.
7314 // Extracting an undef index is undef.
7573 unsigned Index = isLE ? (i * ElemRatio) :
7576 assert(Index < Ops.size() && "Invalid index");
7577 Ops[Index] = In;
7612 // constant index, bail out.
7644 // If extracting from the first vector, just use the index directly.
7867 assert(Idx < (int)NumElts && "Index references undef operand");
7868 // Next, this index comes from the first value, which is the incoming
7869 // shuffle. Adopt the incoming index.
7873 // The combined shuffle must map each index to itself.
8518 /// FindBaseOffset - Return true if base is a frame index, which is known not
8583 // To catch this case, look up the actual index of frame indices to compute