Searched refs:shouldBuildRelLookupTables (Results 1 – 7 of 7) sorted by relevance
81 bool shouldBuildRelLookupTables() const;
1285 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl1290 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
175 if (!GetTTI(*FI).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
723 bool shouldBuildRelLookupTables() const;1534 virtual bool shouldBuildRelLookupTables() = 0;1934 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function1935 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
300 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
465 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo466 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
435 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function