Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h342 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize() function
H A DAArch64ISelLowering.cpp612 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering()
613 if (MaxJT && getMaximumJumpTableSize() == 0) in AArch64TargetLowering()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h944 OptForSize || getMaximumJumpTableSize() == 0 in isSuitableForJumpTable()
946 : getMaximumJumpTableSize(); in isSuitableForJumpTable()
1423 unsigned getMaximumJumpTableSize() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1675 unsigned TargetLoweringBase::getMaximumJumpTableSize() const { in getMaximumJumpTableSize() function in TargetLoweringBase