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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1990 int TargetLoweringBase::getRecipEstimateDivEnabled(EVT VT, function in class:TargetLoweringBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h369 int getRecipEstimateDivEnabled(EVT VT, MachineFunction &MF) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20613 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF);

Completed in 140 milliseconds