Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
239 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
662 bool shouldBuildLookupTablesForConstant(Constant *C) const;1256 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;1581 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function1582 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
313 bool shouldBuildLookupTablesForConstant(Constant *C) { return true; } in shouldBuildLookupTablesForConstant() function
381 bool TargetTransformInfo::shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function in TargetTransformInfo382 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
4682 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()