Home
last modified time | relevance | path

Searched refs:areJTsAllowed (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp62 if (!TLI->areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1405 bool areJTsAllowed(const Function *Fn) const override;
H A DX86ISelLowering.cpp33883 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering
33889 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h453 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
H A DTargetLowering.h1322 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function