Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:offsetPos

3165   unsigned basePos = 0, offsetPos = 0;
3166 if (!getBaseAndOffsetPosition(MI, basePos, offsetPos))
3174 Offset = MI->getOperand(offsetPos).getImm();
3183 unsigned &BasePos, unsigned &OffsetPos) const {
3189 OffsetPos = 1;
3192 OffsetPos = 1;
3195 OffsetPos = 2;
3201 OffsetPos++;
3205 OffsetPos++;
3208 if (!MI->getOperand(BasePos).isReg() || !MI->getOperand(OffsetPos).isImm())