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;1522 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;1920 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function1921 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
298 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
456 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo458 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
5066 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()