| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-fp.ll | 14 ; This may infinite loop if isNegatibleForFree and getNegatedExpression are conflicted.
|
| H A D | arm64-fmadd.ll | 220 ; This would crash while trying getNegatedExpression().
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fdiv.ll | 81 ; ended up hitting llvm_unreachable in getNegatedExpression when building with
|
| H A D | neg_fp.ll | 24 ; This may infinite loop if isNegatibleForFree and getNegatedExpression are conflicted.
|
| H A D | fma-fneg-combine-2.ll | 109 ; This would crash while trying getNegatedExpression().
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 169 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
|
| H A D | AMDGPUISelLowering.cpp | 729 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 D | TargetLowering.h | 3953 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 D | fma-combine.ll | 200 ; This would crash while trying getNegatedExpression().
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 819 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
|
| H A D | PPCISelLowering.cpp | 16854 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 D | X86ISelLowering.h | 1015 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
|
| H A D | X86ISelLowering.cpp | 50776 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 D | TargetLowering.cpp | 6660 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 D | DAGCombiner.cpp | 14852 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()
|