Home
last modified time | relevance | path

Searched refs:NegRHS (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7046 SDValue NegRHS = in getNegatedExpression() local
7052 if (!NegRHS || CostRHS > NegatibleCost::Neutral || in getNegatedExpression()
7056 RemoveDeadNode(NegRHS); in getNegatedExpression()
7061 return DAG.getSelect(DL, VT, Op.getOperand(0), NegLHS, NegRHS); in getNegatedExpression()
H A DDAGCombiner.cpp10443 SDValue NegRHS = TLI.getCheaperOrNeutralNegatedExpression( in combineMinNumMaxNum() local
10445 if (NegRHS) { in combineMinNumMaxNum()
10446 HandleSDNode NegRHSHandle(NegRHS); in combineMinNumMaxNum()
10447 if (NegRHS == False) { in combineMinNumMaxNum()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3946 SDValue NegRHS = DAG.getNode(ISD::FNEG, SL, VT, RHS); in performFNegCombine() local
3949 SDValue Res = DAG.getNode(Opposite, SL, VT, NegLHS, NegRHS, N0->getFlags()); in performFNegCombine()
H A DSIISelLowering.cpp11323 SDValue NegRHS = DAG.getNode(ISD::FNEG, SL, VT, RHS); in performFSubCombine() local
11325 return DAG.getNode(FusedOp, SL, VT, A, Two, NegRHS); in performFSubCombine()