Searched refs:shouldBuildLookupTables (Results 1 – 5 of 5) sorted by relevance
344 bool shouldBuildLookupTables() const;553 virtual bool shouldBuildLookupTables() = 0;674 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function675 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
238 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
146 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo147 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
186 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
4045 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()