Home
last modified time | relevance | path

Searched refs:MaxJumpTableSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp96 MaxJumpTableSize = 8; in initializeProperties()
102 MaxJumpTableSize = 20; in initializeProperties()
H A DAArch64Subtarget.h184 unsigned MaxJumpTableSize = 0; variable
342 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h943 const unsigned MaxJumpTableSize = in isSuitableForJumpTable() local
948 if (Range <= MaxJumpTableSize && in isSuitableForJumpTable()