Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Const32

385 // CONST32.
389 SDNode* Const32 = LD->getBasePtr().getNode();
392 if (Const32->getOpcode() == HexagonISD::CONST32 &&
394 SDValue Base = Const32->getOperand(0);
765 SDNode* Const32 = ST->getBasePtr().getNode();
771 // CONST32. Avoid truncating stores for the moment. Post-inc stores
774 if ((Const32->getOpcode() == HexagonISD::CONST32) &&
776 SDValue Base = Const32->getOperand(0);
1665 (!ShouldLookForGP && (N0.getOpcode() == HexagonISD::CONST32))) {
1672 if ((N0.getOpcode() == HexagonISD::CONST32) &&