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;1521 virtual bool shouldBuildLookupTables() = 0;1917 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function1918 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
296 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
452 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo453 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
429 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
5762 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()