Home
last modified time | relevance | path

Searched refs:getMinimumJumpTableEntries (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h239 unsigned getMinimumJumpTableEntries() const override;
H A DVEISelLowering.cpp3090 unsigned VETargetLowering::getMinimumJumpTableEntries() const { in getMinimumJumpTableEntries() function in VETargetLowering
3095 return TargetLowering::getMinimumJumpTableEntries(); in getMinimumJumpTableEntries()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp64 const unsigned MinJumpTableEntries = TLI->getMinimumJumpTableEntries(); in findJumpTables()
H A DTargetLoweringBase.cpp1998 unsigned TargetLoweringBase::getMinimumJumpTableEntries() const { in getMinimumJumpTableEntries() function in TargetLoweringBase
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h467 if (N < 2 || N < TLI->getMinimumJumpTableEntries()) in getEstimatedNumberOfCaseClusters()
H A DTargetLowering.h1811 virtual unsigned getMinimumJumpTableEntries() const;