Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h173 bool shouldBuildLookupTables() const;
H A DHexagonTargetTransformInfo.cpp370 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h716 bool shouldBuildLookupTables() const;
1532 virtual bool shouldBuildLookupTables() = 0;
1928 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function
1929 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
H A DTargetTransformInfoImpl.h296 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp456 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo
457 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h429 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5887 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()