Searched refs:areJTsAllowed (Results 1 – 11 of 11) sorted by relevance
58 if (!TLI->areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()
61 if (!TLI->areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()
1245 bool areJTsAllowed(const Function *Fn) const override;
31412 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering31418 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
1119 bool areJTsAllowed(const Function *Fn) const override;
30220 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering30226 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
344 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
998 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function
329 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
1150 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function
8232 static inline bool areJTsAllowed(const TargetLowering &TLI, in areJTsAllowed() function8331 if (!areJTsAllowed(TLI, SI)) in findJumpTables()