Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h199 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
H A DAMDGPUISelLowering.cpp908 SDValue AMDGPUTargetLowering::getNegatedExpression( in getNegatedExpression() function in AMDGPUTargetLowering
925 SDValue NegSrc = getNegatedExpression(Src, DAG, LegalOperations, in getNegatedExpression()
935 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4404 virtual SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
4415 getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
4439 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
4442 return getNegatedExpression(Op, DAG, LegalOps, OptForSize, Cost, Depth);
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h828 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG, bool LegalOps,
H A DPPCISelLowering.cpp17640 SDValue PPCTargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in PPCTargetLowering
17664 getNegatedExpression(N2, DAG, LegalOps, OptForSize, N2Cost, Depth + 1); in getNegatedExpression()
17676 SDValue NegN0 = getNegatedExpression(N0, DAG, LegalOps, OptForSize, in getNegatedExpression()
17680 SDValue NegN1 = getNegatedExpression(N1, DAG, LegalOps, OptForSize, in getNegatedExpression()
17701 return TargetLowering::getNegatedExpression(Op, DAG, LegalOps, OptForSize, in getNegatedExpression()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7234 SDValue TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in TargetLowering
7342 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
7350 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
7398 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
7406 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
7443 getNegatedExpression(Z, DAG, LegalOps, OptForSize, CostZ, Depth); in getNegatedExpression()
7454 getNegatedExpression(X, DAG, LegalOps, OptForSize, CostX, Depth); in getNegatedExpression()
7462 getNegatedExpression(Y, DAG, LegalOps, OptForSize, CostY, Depth); in getNegatedExpression()
7489 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression()
7494 if (SDValue NegV = getNegatedExpression(Op.getOperand(0), DAG, LegalOps, in getNegatedExpression()
[all …]
H A DDAGCombiner.cpp16804 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
16825 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize)) in visitFSUB()
17021 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL()
17025 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL()
17117 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMA()
17121 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMA()
17446 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFDIV()
17450 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFDIV()
18085 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize)) in visitFNEG()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1090 SDValue getNegatedExpression(SDValue Op, SelectionDAG &DAG,
H A DX86ISelLowering.cpp52867 TLI.getNegatedExpression(Arg, DAG, LegalOperations, CodeSize)) in combineFneg()
52873 SDValue X86TargetLowering::getNegatedExpression(SDValue Op, SelectionDAG &DAG, in getNegatedExpression() function in X86TargetLowering
52930 getNegatedExpression(Op.getOperand(0), DAG, LegalOperations, in getNegatedExpression()
52936 return TargetLowering::getNegatedExpression(Op, DAG, LegalOperations, in getNegatedExpression()