Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h234 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
H A DAArch64ISelLowering.cpp941 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
942 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1636 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable()
2025 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1785 unsigned getMaximumJumpTableSize() const;