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

  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 335 // CONST32.
339 SDNode* Const32 = LD->getBasePtr().getNode();
342 if (Const32->getOpcode() == HexagonISD::CONST32 &&
344 SDValue Base = Const32->getOperand(0);
706 SDNode* Const32 = ST->getBasePtr().getNode();
712 // CONST32. Avoid truncating stores for the moment. Post-inc stores
715 if ((Const32->getOpcode() == HexagonISD::CONST32) &&
717 SDValue Base = Const32->getOperand(0)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 42 milliseconds