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;
954 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl959 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
887 bool shouldBuildRelLookupTables() const;1938 virtual bool shouldBuildRelLookupTables() = 0;2476 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function2477 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
368 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
586 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo587 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
515 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function