Home
last modified time | relevance | path

Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const override { return false; } in shouldBuildLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h179 bool shouldBuildLookupTables() const override;
H A DHexagonTargetTransformInfo.cpp394 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp594 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
595 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h924 LLVM_ABI bool shouldBuildLookupTables() const;
H A DTargetTransformInfoImpl.h424 virtual bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h606 bool shouldBuildLookupTables() const override { in shouldBuildLookupTables() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6829 if (!TTI.shouldBuildLookupTables() || in switchToLookupTable()