Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h247 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
H A DAArch64ISelLowering.cpp1168 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
1169 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1621 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable()
1983 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1992 unsigned getMaximumJumpTableSize() const;