Searched refs:shouldBuildLookupTables (Results 1 – 8 of 8) sorted by relevance
45 bool shouldBuildLookupTables() const { return false; } in shouldBuildLookupTables() function
149 bool shouldBuildLookupTables() const;
309 bool HexagonTTIImpl::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in HexagonTTIImpl
556 bool shouldBuildLookupTables() const;1086 virtual bool shouldBuildLookupTables() = 0;1345 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function1346 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
294 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
232 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo233 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
378 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
5252 if (!TTI.shouldBuildLookupTables() || in SwitchToLookupTable()