Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1840 int TargetLoweringBase::getRecipEstimateDivEnabled(EVT VT, in getRecipEstimateDivEnabled() function in TargetLoweringBase
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h338 int getRecipEstimateDivEnabled(EVT VT, MachineFunction &MF) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp18154 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildReciprocalEstimate()