Home
last modified time | relevance | path

Searched refs:isSuitableForJumpTable (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp85 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables()
143 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables()
DTargetLoweringBase.cpp1440 bool TargetLoweringBase::isSuitableForJumpTable(const SwitchInst *SI, in isSuitableForJumpTable() function in TargetLoweringBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h379 if (TLI->isSuitableForJumpTable(&SI, N, Range, PSI, BFI)) { in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1017 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases,