Home
last modified time | relevance | path

Searched defs:NegN1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13462 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitFADD() local
13616 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitSTRICT_FADD() local
13682 if (SDValue NegN1 = in visitFSUB() local
13703 if (SDValue NegN1 = in visitFSUB() local
13790 SDValue NegN1 = in visitFMUL() local
13881 SDValue NegN1 = in visitFMA() local
14185 SDValue NegN1 = in visitFDIV() local
H A DTargetLowering.cpp4175 SDValue NegN1 = DAG.getNode(ISD::FNEG, dl, N0.getValueType(), N1); in SimplifySetCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16377 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression() local
16844 if (SDValue NegN1 = getCheaperNegatedExpression(N1, DAG, LegalOps, CodeSize)) in combineFMALike() local