Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h247 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
HDAArch64ISelLowering.cpp1168 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
1169 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1621 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable()
1983 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h1992 unsigned getMaximumJumpTableSize() const;