Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance
44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
171 bool shouldBuildLookupTables() const;
372 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
755 bool shouldBuildLookupTables() const;1628 virtual bool shouldBuildLookupTables() = 0;2076 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function2077 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
322 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
494 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo495 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
459 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
6228 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()