Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2177 int TargetLoweringBase::getRecipEstimateDivEnabled(EVT VT, in getRecipEstimateDivEnabled() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h573 int getRecipEstimateDivEnabled(EVT VT, MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28066 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildDivEstimate()