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()
84 bool shouldBuildRelLookupTables() const;
938 bool PPCTTIImpl::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in PPCTTIImpl943 return BaseT::shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
744 bool shouldBuildRelLookupTables() const;1679 virtual bool shouldBuildRelLookupTables() = 0;2152 bool shouldBuildRelLookupTables() override { in shouldBuildRelLookupTables() function2153 return Impl.shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
330 bool shouldBuildRelLookupTables() const { return false; } in shouldBuildRelLookupTables() function
508 bool TargetTransformInfo::shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function in TargetTransformInfo509 return TTIImpl->shouldBuildRelLookupTables(); in shouldBuildRelLookupTables()
487 bool shouldBuildRelLookupTables() const { in shouldBuildRelLookupTables() function