Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h283 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
H A DAArch64ISelLowering.cpp1066 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
1067 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1701 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable()
2057 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1915 unsigned getMaximumJumpTableSize() const;