Searched refs:shouldBuildLookupTables (Results 1 – 5 of 5) sorted by relevance
357 bool shouldBuildLookupTables() const;585 virtual bool shouldBuildLookupTables() = 0;726 bool shouldBuildLookupTables() override { in shouldBuildLookupTables() function727 return Impl.shouldBuildLookupTables(); in shouldBuildLookupTables()
240 bool shouldBuildLookupTables() { return true; } in shouldBuildLookupTables() function
163 bool TargetTransformInfo::shouldBuildLookupTables() const { in shouldBuildLookupTables() function in TargetTransformInfo164 return TTIImpl->shouldBuildLookupTables(); in shouldBuildLookupTables()
181 bool shouldBuildLookupTables() { in shouldBuildLookupTables() function
4481 if (!TTI.shouldBuildLookupTables()) in SwitchToLookupTable()