Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance
44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
170 bool shouldBuildLookupTables() const;
393 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
880 bool shouldBuildLookupTables() const;1936 virtual bool shouldBuildLookupTables() = 0;2470 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function2471 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
364 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
577 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo578 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
509 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
6652 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()