Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:ShiftAmount

622 static bool Is_PostInc_S4_Offset(SDNode * S, int ShiftAmount) {
629 if (ShiftAmount > 0) {
630 m = v % ShiftAmount;
631 v = v >> ShiftAmount;
664 // ShiftAmount = number of left-shifted bits in the Hexagon instruction.
665 int ShiftAmount = VT.getSizeInBits() / 16;
666 if (isLegal && Is_PostInc_S4_Offset(Offset.getNode(), ShiftAmount)) {