Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:Inc

55 #include "HexagonGenDAGISel.inc"
71 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue();
79 bool IsValidInc = HII->isValidAutoIncImm(LoadedVT, Inc);
129 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32);
207 auto Inc = cast<ConstantSDNode>(IntN->getOperand(5));
208 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), dl, MVT::i32);
393 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3));
394 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), DL, MVT::i32);
428 auto Inc = cast<ConstantSDNode>(IntN->getOperand(3));
429 SDValue I = CurDAG->getTargetConstant(Inc->getSExtValue(), DL, MVT::i32);
472 int32_t Inc = cast<ConstantSDNode>(Offset.getNode())->getSExtValue();
476 bool IsValidInc = HII->isValidAutoIncImm(StoredVT, Inc);
527 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32);