Searched refs:shouldBuildRelLookupTables (Results 1 – 8 of 8) sorted by relevance
80 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
81 bool shouldBuildRelLookupTables() const;
1288 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl1293 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
179 if (!GetTTI(*FI).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
723 bool shouldBuildRelLookupTables() const;1523 virtual bool shouldBuildRelLookupTables() = 0;1923 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function1924 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
300 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
461 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo462 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
435 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function