Searched refs:shouldBuildLookupTablesForConstant (Results 1 – 5 of 5) sorted by relevance
179 bool shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function
560 bool shouldBuildLookupTablesForConstant(Constant *C) const;1087 virtual bool shouldBuildLookupTablesForConstant(Constant *C) = 0;1348 bool shouldBuildLookupTablesForConstant(Constant *C) override { in shouldBuildLookupTablesForConstant() function1349 return Impl.shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
295 bool shouldBuildLookupTablesForConstant(Constant *C) { return true; } in shouldBuildLookupTablesForConstant() function
235 bool TargetTransformInfo::shouldBuildLookupTablesForConstant(Constant *C) const { in shouldBuildLookupTablesForConstant() function in TargetTransformInfo236 return TTIImpl->shouldBuildLookupTablesForConstant(C); in shouldBuildLookupTablesForConstant()
4578 if (!TTI.shouldBuildLookupTablesForConstant(C)) in ValidLookupTableConstant()