Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h277 Cheaper = 0, // Negated expression is cheaper. enumerator
3966 if (Neg && Cost == NegatibleCost::Cheaper)
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dicmp-range.ll59 ; Cheaper checks (most values in range meet requirements)
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14962 (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFMUL()
14963 CostN1 == TargetLowering::NegatibleCost::Cheaper)) in visitFMUL()
15053 (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFMA()
15054 CostN1 == TargetLowering::NegatibleCost::Cheaper)) in visitFMA()
15356 (CostN0 == TargetLowering::NegatibleCost::Cheaper || in visitFDIV()
15357 CostN1 == TargetLowering::NegatibleCost::Cheaper)) in visitFDIV()
H A DTargetLowering.cpp6666 Cost = NegatibleCost::Cheaper; in getNegatedExpression()
6809 Cost = NegatibleCost::Cheaper; in getNegatedExpression()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50789 Cost = NegatibleCost::Cheaper; in getNegatedExpression()
50828 Cost = (NegA || NegB || NegC) ? NegatibleCost::Cheaper in getNegatedExpression()