Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Combined

918 /// combined with a load / store to form a post-indexed load / store.
2518 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset);
2519 const SDValue Ops[] = {ConstVal, Operand, Combined};
2651 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset);
2653 const SDValue Ops[] = {Vec, Combined};
2699 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset);
2707 const SDValue Ops[] = {Vec, Val, Combined};