Home | History | Annotate | Download | only in GlobalISel

Lines Matching defs:StartIdx

42   /// The StartIdx and Length represent what region of the orginal
45 /// at StartIdx bit and spanning Length bits.
46 /// StartIdx is the number of bits from the less significant bits.
51 unsigned StartIdx;
55 /// from StartIdx to StartIdx + Length -1.
64 PartialMapping(unsigned StartIdx, unsigned Length,
66 : StartIdx(StartIdx), Length(Length), RegBank(&RegBank) {}
70 unsigned getHighBitIdx() const { return StartIdx + Length - 1; }
308 /// Get the end iterator for a range starting at \p StartIdx and
310 /// \pre StartIdx + NumVal <= NewVRegs.size()
312 getNewVRegsEnd(unsigned StartIdx, unsigned NumVal) const;
313 SmallVectorImpl<unsigned>::iterator getNewVRegsEnd(unsigned StartIdx,
460 const PartialMapping &getPartialMapping(unsigned StartIdx, unsigned Length,
468 const ValueMapping &getValueMapping(unsigned StartIdx, unsigned Length,