Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp89 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables()
148 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) { in findJumpTables()
H A DTargetLoweringBase.cpp1607 bool TargetLoweringBase::isSuitableForJumpTable(const SwitchInst *SI, in isSuitableForJumpTable() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h501 if (TLI->isSuitableForJumpTable(&SI, N, Range, PSI, BFI)) { in getEstimatedNumberOfCaseClusters()
H A DTargetLowering.h1388 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases,