HomeSort by relevance Sort by last modified time
    Searched refs:CONST32 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 28 CONST32,
HexagonISelDAGToDAG.cpp 384 // CONST32.
388 SDNode* Const32 = LD->getBasePtr().getNode();
391 if (Const32->getOpcode() == HexagonISD::CONST32 &&
393 SDValue Base = Const32->getOperand(0);
764 SDNode* Const32 = ST->getBasePtr().getNode();
770 // CONST32. Avoid truncating stores for the moment. Post-inc stores
773 if ((Const32->getOpcode() == HexagonISD::CONST32) &&
775 SDValue Base = Const32->getOperand(0)
    [all...]
HexagonISelLowering.cpp     [all...]

Completed in 38 milliseconds