| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.h | 202 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
|
| H A D | AMDGPUISelLowering.cpp | 927 SDValue AMDGPUTargetLowering::getNegatedExpression( in getNegatedExpression() function in AMDGPUTargetLowering 944 SDValue NegSrc = getNegatedExpression(Src, DAG, LegalOperations, in getNegatedExpression() 954 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4579 virtual SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, 4590 getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth); 4614 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps, 4617 return getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 841 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
|
| H A D | PPCISelLowering.cpp | 18548 SDValue PPCTargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in PPCTargetLowering 18572 getNegatedExpression(N2, DAG, LegalOps, OptForSize, N2Cost, Depth + 1); in getNegatedExpression() 18584 SDValue NegN0 = getNegatedExpression(N0, DAG, LegalOps, OptForSize, in getNegatedExpression() 18588 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression() 18609 return TargetLowering::getNegatedExpression(Op, DAG, LegalOps, OptForSize, in getNegatedExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1176 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
|
| H A D | X86ISelLowering.cpp | 54691 TLI.getNegatedExpression(Arg, DAG, LegalOperations, CodeSize)) in combineFneg() 54697 SDValue X86TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in X86TargetLowering 54761 getNegatedExpression(Op.getOperand(0), DAG, LegalOperations, in getNegatedExpression() 54767 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 7453 SDValue TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in TargetLowering 7561 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression() 7569 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression() 7617 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression() 7625 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression() 7662 getNegatedExpression(Z, DAG, LegalOps, OptForSize, CostZ, Depth); in getNegatedExpression() 7673 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression() 7681 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression() 7708 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression() 7713 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression() [all …]
|
| H A D | DAGCombiner.cpp | 17799 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 17820 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 18019 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL() 18023 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL() 18114 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMA() 18118 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMA() 18446 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFDIV() 18450 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFDIV() 19084 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize)) in visitFNEG()
|