Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance
44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
173 bool shouldBuildLookupTables() const;
370 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
716 bool shouldBuildLookupTables() const;1532 virtual bool shouldBuildLookupTables() = 0;1928 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function1929 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
296 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
456 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo457 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
429 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
5887 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()