Searched refs:isSuitableForJumpTable (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 88 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables() 146 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables()
|
| H A D | TargetLoweringBase.cpp | 1621 bool TargetLoweringBase::isSuitableForJumpTable(const SwitchInst *SI, in isSuitableForJumpTable() function in TargetLoweringBase
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 421 if (TLI->isSuitableForJumpTable(&SI, N, Range, PSI, BFI)) { in getEstimatedNumberOfCaseClusters()
|
| H A D | TargetLowering.h | 1178 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases,
|