Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp58 if (!TLI->areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()
/external/llvm-project/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp61 if (!TLI->areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1245 bool areJTsAllowed(const Function *Fn) const override;
DX86ISelLowering.cpp31412 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering
31418 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1119 bool areJTsAllowed(const Function *Fn) const override;
DX86ISelLowering.cpp30220 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering
30226 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h344 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
DTargetLowering.h998 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h329 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
DTargetLowering.h1150 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8232 static inline bool areJTsAllowed(const TargetLowering &TLI, in areJTsAllowed() function
8331 if (!areJTsAllowed(TLI, SI)) in findJumpTables()