Searched defs:NegN1 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13158 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitFADD() local 13312 if (SDValue NegN1 = TLI.getCheaperNegatedExpression( in visitSTRICT_FADD() local 13376 if (SDValue NegN1 = in visitFSUB() local 13396 if (SDValue NegN1 = in visitFSUB() local 13483 SDValue NegN1 = in visitFMUL() local 13574 SDValue NegN1 = in visitFMA() local 13878 SDValue NegN1 = in visitFDIV() local
|
D | TargetLowering.cpp | 4089 SDValue NegN1 = DAG.getNode(ISD::FNEG, dl, N0.getValueType(), N1); in SimplifySetCC() local
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 16417 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression() local 16886 if (SDValue NegN1 = getCheaperNegatedExpression(N1, DAG, LegalOps, CodeSize)) in combineFMALike() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3779 SDValue NegN1 = DAG.getNode(ISD::FNEG, dl, N0.getValueType(), N1); in SimplifySetCC() local
|
D | DAGCombiner.cpp | 12470 SDValue NegN1 = in visitFMUL() local 12555 SDValue NegN1 = in visitFMA() local
|