Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1004 bool areJTsAllowed(const Function *Fn) const override;
DX86ISelLowering.cpp26435 bool X86TargetLowering::areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function in X86TargetLowering
26441 return TargetLowering::areJTsAllowed(Fn); in areJTsAllowed()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h270 bool IsJTAllowed = TLI->areJTsAllowed(SI.getParent()->getParent()); in getEstimatedNumberOfCaseClusters()
DTargetLowering.h861 virtual bool areJTsAllowed(const Function *Fn) const { in areJTsAllowed() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2005 static inline bool areJTsAllowed(const TargetLowering &TLI) { in areJTsAllowed() function
2033 if (!areJTsAllowed(TLI) || TSize.ult(4)) in handleJTSwitchCase()
2184 if (areJTsAllowed(TLI)) { in handleBTSplitSwitchCase()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8232 static inline bool areJTsAllowed(const TargetLowering &TLI, in areJTsAllowed() function
8331 if (!areJTsAllowed(TLI, SI)) in findJumpTables()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9441 if (!TLI.areJTsAllowed(SI->getParent()->getParent())) in findJumpTables()