Searched refs:NegRHS (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7046 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 D | DAGCombiner.cpp | 10443 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 D | AMDGPUISelLowering.cpp | 3946 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 D | SIISelLowering.cpp | 11323 SDValue NegRHS = DAG.getNode(ISD::FNEG, SL, VT, RHS); in performFSubCombine() local 11325 return DAG.getNode(FusedOp, SL, VT, A, Two, NegRHS); in performFSubCombine()
|