Home
last modified time | relevance | path

Searched refs:getMinimumJumpTableEntries (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp61 const unsigned MinJumpTableEntries = TLI->getMinimumJumpTableEntries(); in findJumpTables()
DTargetLoweringBase.cpp1801 unsigned TargetLoweringBase::getMinimumJumpTableEntries() const { in getMinimumJumpTableEntries() function in TargetLoweringBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp445 if (SI->getNumCases() + 1 >= (unsigned)TLI->getMinimumJumpTableEntries()) in mightUseCTR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h373 if (N < 2 || N < TLI->getMinimumJumpTableEntries()) in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1544 virtual unsigned getMinimumJumpTableEntries() const;