Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1990 int TargetLoweringBase::getRecipEstimateDivEnabled(EVT VT, in getRecipEstimateDivEnabled() function in TargetLoweringBase
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2187 int TargetLoweringBase::getRecipEstimateDivEnabled(EVT VT, in getRecipEstimateDivEnabled() function in TargetLoweringBase
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h369 int getRecipEstimateDivEnabled(EVT VT, MachineFunction &MF) const;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h494 int getRecipEstimateDivEnabled(EVT VT, MachineFunction &MF) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20608 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildDivEstimate()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp22082 int Enabled = TLI.getRecipEstimateDivEnabled(VT, MF); in BuildDivEstimate()