Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2000 int TargetLoweringBase::getDivRefinementSteps(EVT VT, in getDivRefinementSteps() function in TargetLoweringBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h381 int getDivRefinementSteps(EVT VT, MachineFunction &MF) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20614 int Iterations = TLI.getDivRefinementSteps(VT, MF); in BuildDivEstimate()