Home
last modified time | relevance | path

Searched refs:getNegatedExpression (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-fp.ll14 ; This may infinite loop if isNegatibleForFree and getNegatedExpression are conflicted.
H A Darm64-fmadd.ll220 ; This would crash while trying getNegatedExpression().
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfdiv.ll81 ; ended up hitting llvm_unreachable in getNegatedExpression when building with
H A Dneg_fp.ll24 ; This may infinite loop if isNegatibleForFree and getNegatedExpression are conflicted.
H A Dfma-fneg-combine-2.ll109 ; This would crash while trying getNegatedExpression().
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h169 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
H A DAMDGPUISelLowering.cpp729 SDValue AMDGPUTargetLowering::getNegatedExpression( in getNegatedExpression() function in AMDGPUTargetLowering
745 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3953 virtual SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
3965 getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
3976 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
3979 return getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfma-combine.ll200 ; This would crash while trying getNegatedExpression().
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h819 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
H A DPPCISelLowering.cpp16854 SDValue PPCTargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in PPCTargetLowering
16878 getNegatedExpression(N2, DAG, LegalOps, OptForSize, N2Cost, Depth + 1); in getNegatedExpression()
16890 SDValue NegN0 = getNegatedExpression(N0, DAG, LegalOps, OptForSize, in getNegatedExpression()
16894 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression()
16915 return TargetLowering::getNegatedExpression(Op, DAG, LegalOps, OptForSize, in getNegatedExpression()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1015 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
H A DX86ISelLowering.cpp50776 TLI.getNegatedExpression(Arg, DAG, LegalOperations, CodeSize)) in combineFneg()
50782 SDValue X86TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in X86TargetLowering
50839 getNegatedExpression(Op.getOperand(0), DAG, LegalOperations, in getNegatedExpression()
50845 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6660 SDValue TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in TargetLowering
6768 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
6776 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
6824 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
6832 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
6869 getNegatedExpression(Z, DAG, LegalOps, OptForSize, CostZ, Depth); in getNegatedExpression()
6880 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
6888 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
6915 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression()
6920 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression()
H A DDAGCombiner.cpp14852 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
14873 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
14958 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL()
14960 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL()
15049 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMA()
15051 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMA()
15352 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFDIV()
15354 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFDIV()
15913 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize)) in visitFNEG()