Searched refs:LSRWithInstrQueries (Results 1 – 10 of 10) sorted by relevance
68 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
82 bool LSRWithInstrQueries() { return true; } in LSRWithInstrQueries() function
640 bool LSRWithInstrQueries() const;1250 virtual bool LSRWithInstrQueries() = 0;1567 bool LSRWithInstrQueries() override { in LSRWithInstrQueries() function1568 return Impl.LSRWithInstrQueries(); in LSRWithInstrQueries()
302 bool LSRWithInstrQueries() { return false; } in LSRWithInstrQueries() function
716 bool LSRWithInstrQueries() const;1671 virtual bool LSRWithInstrQueries() = 0;2134 bool LSRWithInstrQueries() override { return Impl.LSRWithInstrQueries(); } in LSRWithInstrQueries() function
314 bool LSRWithInstrQueries() const { return false; } in LSRWithInstrQueries() function
477 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo478 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
360 bool TargetTransformInfo::LSRWithInstrQueries() const { in LSRWithInstrQueries() function in TargetTransformInfo361 return TTIImpl->LSRWithInstrQueries(); in LSRWithInstrQueries()
1745 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()
1790 if (LU.Kind == LSRUse::Address && TTI.LSRWithInstrQueries()) { in isAMCompletelyFolded()