Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVISelLowering.h42 bool areJTsAllowed(const Function *) const override { return false; } in areJTsAllowed() function
/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.h1416 bool areJTsAllowed(const Function *Fn) const override;
H A DX86ISelLowering.cpp34414 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering
34420 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h466 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
H A DTargetLowering.h1369 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function