Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance
44 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
179 bool shouldBuildLookupTables() const;
406 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
737 bool shouldBuildLookupTables() const;1677 virtual bool shouldBuildLookupTables() = 0;2146 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function2147 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
326 bool shouldBuildLookupTables() const { return true; } in shouldBuildLookupTables() function
499 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo500 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
481 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
6397 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()