Searched refs:CostN0 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 18014 TargetLowering::NegatibleCost CostN0 = in visitFMUL() local 18019 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL() 18024 if (NegN1 && (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFMUL() 18109 TargetLowering::NegatibleCost CostN0 = in visitFMA() local 18114 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMA() 18119 if (NegN1 && (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFMA() 18441 TargetLowering::NegatibleCost CostN0 = in visitFDIV() local 18446 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFDIV() 18451 if (NegN1 && (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFDIV()
|