reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AVR/AVRISelLowering.cpp
  455     std::swap(LHS, RHS);
  460     if (const ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS)) {
  472         RHS = LHS;
  480         RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT);
  488     std::swap(LHS, RHS);
  493     if (const ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS)) {
  498         RHS = LHS;
  516     std::swap(LHS, RHS);
  523     if (const ConstantSDNode *C = dyn_cast<ConstantSDNode>(RHS)) {
  524       RHS = DAG.getConstant(C->getSExtValue() + 1, DL, VT);
  529     std::swap(LHS, RHS);
  542     SDValue RHSlo = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS,
  544     SDValue RHShi = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS,
  571     SDValue RHS_0 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i32, RHS,
  573     SDValue RHS_1 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i32, RHS,
  605       Cmp = DAG.getNode(AVRISD::CMP, DL, MVT::Glue, LHS, RHS);