Home
last modified time | relevance | path

Searched defs:RHSNeg (Results 1 – 25 of 32) sorted by relevance

12

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4721 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations)) { in visitFMUL() local
4761 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations)) { in visitFDIV() local
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11365 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations, TLI, &Options)) { in visitFMUL() local
11500 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
11696 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations, TLI, &Options)) { in visitFDIV() local
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11049 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations, TLI, &Options)) { in visitFMUL() local
11184 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
11380 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations, TLI, &Options)) { in visitFDIV() local
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12308 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations, TLI, &Options, in visitFMUL() local
12446 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
12657 if (char RHSNeg = isNegatibleForFree(N1, LegalOperations, TLI, &Options, in visitFDIV() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7380 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
H A DDAGCombiner.cpp12393 if (char RHSNeg = in isCheaperToUseNegatedFPOps() local
12615 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7376 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
H A DDAGCombiner.cpp12386 if (char RHSNeg = in isCheaperToUseNegatedFPOps() local
12608 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7380 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
H A DDAGCombiner.cpp12393 if (char RHSNeg = in isCheaperToUseNegatedFPOps() local
12615 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7795 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
H A DDAGCombiner.cpp13371 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7681 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
H A DDAGCombiner.cpp13185 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7602 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
H A DDAGCombiner.cpp13093 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8338 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8338 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
H A DDAGCombiner.cpp14126 SDValue RHSNeg = DAG.getNode(ISD::FNEG, DL, VT, N0); in visitFMA() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8034 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8338 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8343 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8338 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8034 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8338 SDValue RHSNeg = DAG.getSetCC(dl, BoolVT, RHS, Zero, ISD::SETLT); in expandFixedPointDiv() local

12