Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h128 getConstantNegateCost(const ConstantFPSDNode *C) const;
H A DAMDGPUISelLowering.cpp4598 getConstantNegateCost(CRHS) != NegatibleCost::Cheaper) in foldFreeOpFromSelect()
4679 AMDGPUTargetLowering::getConstantNegateCost(const ConstantFPSDNode *C) const { in getConstantNegateCost() function in AMDGPUTargetLowering
4691 return getConstantNegateCost(C) == NegatibleCost::Expensive; in isConstantCostlierToNegate()
4697 return getConstantNegateCost(C) == NegatibleCost::Cheaper; in isConstantCheaperToNegate()