Searched refs:shouldBuildRelLookupTables (Results 1 – 8 of 8) sorted by relevance
125 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
177 if (!GetTTI(F).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
82 bool shouldBuildRelLookupTables() const;
943 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl948 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
857 bool shouldBuildRelLookupTables() const;1870 virtual bool shouldBuildRelLookupTables() = 0;2385 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function2386 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
344 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
560 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo561 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
502 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function