Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
324 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
854 bool shouldBuildLookupTablesForConstant(Constant *C) const;1869 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;2382 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function2383 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
342 bool shouldBuildLookupTablesForConstant(Constant *C) const { return true; } in shouldBuildLookupTablesForConstant() function
555 bool TargetTransformInfo::shouldBuildLookupTablesForConstant( in shouldBuildLookupTablesForConstant() function in TargetTransformInfo557 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
5763 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()