Home | History | Annotate | Download | only in R600

Lines Matching defs:Neg

2053 FoldOperand(SDNode *ParentNode, unsigned SrcIdx, SDValue &Src, SDValue &Neg,
2061 if (!Neg.getNode())
2064 Neg = DAG.getTargetConstant(1, MVT::i32);
2226 SDValue &Neg = Ops[NegIdx[i] - 1];
2233 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, FakeOp, DAG))
2280 SDValue &Neg = Ops[NegIdx[i] - 1];
2292 if (FoldOperand(Node, i, Src, Neg, Abs, Sel, Imm, DAG))