Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
288 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
720 bool shouldBuildLookupTablesForConstant(Constant *C) const;1533 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;1931 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function1932 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
298 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
460 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo462 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
5191 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()