Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h253 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
H A DAArch64ISelLowering.cpp1007 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
1008 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1656 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable()
2010 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1818 unsigned getMaximumJumpTableSize() const;