Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17018 TargetLowering::NegatibleCost CostN1 = in visitFMUL() local
17025 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMUL()
17027 CostN1 == TargetLowering::NegatibleCost::Cheaper)) in visitFMUL()
17114 TargetLowering::NegatibleCost CostN1 = in visitFMA() local
17121 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFMA()
17123 CostN1 == TargetLowering::NegatibleCost::Cheaper)) in visitFMA()
17443 TargetLowering::NegatibleCost CostN1 = in visitFDIV() local
17450 TLI.getNegatedExpression(N1, DAG, LegalOperations, ForCodeSize, CostN1); in visitFDIV()
17452 CostN1 == TargetLowering::NegatibleCost::Cheaper)) in visitFDIV()