Searched refs:shouldBuildRelLookupTables (Results 1 – 8 of 8) sorted by relevance
125 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function
182 if (!GetTTI(F).shouldBuildRelLookupTables()) in convertToRelativeLookupTables()
82 bool shouldBuildRelLookupTables() const;
1329 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl1334 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
762 bool shouldBuildRelLookupTables() const;1630 virtual bool shouldBuildRelLookupTables() = 0;2082 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function2083 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
326 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
503 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo504 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
465 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function