Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h171 bool shouldBuildLookupTables() const;
H A DHexagonTargetTransformInfo.cpp372 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h755 bool shouldBuildLookupTables() const;
1628 virtual bool shouldBuildLookupTables() = 0;
2076 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
2077 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
H A DTargetTransformInfoImpl.h322 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp494 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
495 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h459 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6228 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()