/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 162 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
|
H A D | AMDGPUISelLowering.cpp | 815 SDValue AMDGPUTargetLowering::getNegatedExpression( in getNegatedExpression() function in AMDGPUTargetLowering 831 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3634 virtual SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, 3646 getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth); 3657 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps, 3660 return getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 785 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
|
H A D | PPCISelLowering.cpp | 16337 SDValue PPCTargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in PPCTargetLowering 16361 getNegatedExpression(N2, DAG, LegalOps, OptForSize, N2Cost, Depth + 1); in getNegatedExpression() 16373 SDValue NegN0 = getNegatedExpression(N0, DAG, LegalOps, OptForSize, in getNegatedExpression() 16377 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression() 16398 return TargetLowering::getNegatedExpression(Op, DAG, LegalOps, OptForSize, in getNegatedExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 973 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
|
H A D | X86ISelLowering.cpp | 47048 TLI.getNegatedExpression(Arg, DAG, LegalOperations, CodeSize)) in combineFneg() 47054 SDValue X86TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in X86TargetLowering 47111 getNegatedExpression(Op.getOperand(0), DAG, LegalOperations, in getNegatedExpression() 47117 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5980 SDValue TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in TargetLowering 6088 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression() 6096 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression() 6144 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression() 6152 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression() 6189 getNegatedExpression(Z, DAG, LegalOps, OptForSize, CostZ, Depth); in getNegatedExpression() 6200 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression() 6208 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression() 6235 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression() 6240 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression()
|
H A D | DAGCombiner.cpp | 13683 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 13704 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB() 13789 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL() 13791 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL() 13880 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMA() 13882 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMA() 14184 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFDIV() 14186 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFDIV() 14755 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize)) in visitFNEG()
|