Searched defs:NegN1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 16571 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitFADD() local 16737 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitSTRICT_FADD() local 16803 if (SDValue NegN1 = in visitFSUB() local 16824 if (SDValue NegN1 = in visitFSUB() local 17024 SDValue NegN1 = in visitFMUL() local 17120 SDValue NegN1 = in visitFMA() local 17449 SDValue NegN1 = in visitFDIV() local
|
H A D | TargetLowering.cpp | 5206 SDValue NegN1 = DAG.getNode(ISD::FNEG, dl, N0.getValueType(), N1); in SimplifySetCC() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 17680 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression() local 18149 if (SDValue NegN1 = getCheaperNegatedExpression(N1, DAG, LegalOps, CodeSize)) in combineFMALike() local
|