Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
319 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
741 bool shouldBuildLookupTablesForConstant(Constant *C) const;1678 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;2149 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function2150 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
328 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
503 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo505 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
5621 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()