Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2219 int TargetLoweringBase::getRecipEstimateDivEnabled(EVT VT, in getRecipEstimateDivEnabled() function in TargetLoweringBase
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h526 int getRecipEstimateDivEnabled(EVT VT, MachineFunction &MF) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24394 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildDivEstimate()