Searched refs:CostN0 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 17016 TargetLowering::NegatibleCost CostN0 = in visitFMUL() local 17021 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMUL() 17026 if (NegN1 && (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFMUL() 17112 TargetLowering::NegatibleCost CostN0 = in visitFMA() local 17117 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFMA() 17122 if (NegN1 && (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFMA() 17441 TargetLowering::NegatibleCost CostN0 = in visitFDIV() local 17446 TLI.getNegatedExpression(N0, DAG, LegalOperations, ForCodeSize, CostN0); in visitFDIV() 17451 if (NegN1 && (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFDIV()
|