Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance
44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
177 bool shouldBuildLookupTables() const;
406 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
850 bool shouldBuildLookupTables() const;1868 virtual bool shouldBuildLookupTables() = 0;2379 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function2380 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
340 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
551 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo552 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
496 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
6556 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()