Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
303 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
759 bool shouldBuildLookupTablesForConstant(Constant *C) const;1629 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;2079 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function2080 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
324 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
498 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo500 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
5452 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()