Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp2177 int TargetLoweringBase::getRecipEstimateDivEnabled(EVT VT, in getRecipEstimateDivEnabled() function in TargetLoweringBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h573 int getRecipEstimateDivEnabled(EVT VT, MachineFunction &MF) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp28066 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildDivEstimate()