Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
325 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
884 bool shouldBuildLookupTablesForConstant(Constant *C) const;1937 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;2473 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function2474 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
366 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
581 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo583 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
5858 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()