Lines Matching refs:LSRFixup

1071 struct LSRFixup {  struct
1089 LSRFixup() = default;
1147 SmallVector<LSRFixup, 8> Fixups;
1180 LSRFixup &getNewFixup() { in getNewFixup()
1181 Fixups.push_back(LSRFixup()); in getNewFixup()
1185 void pushFixup(LSRFixup &f) { in pushFixup()
1344 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1447 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { in isUseFullyOutsideLoop()
1461 void LSRFixup::print(raw_ostream &OS) const { in print()
1484 LLVM_DUMP_METHOD void LSRFixup::dump() const { in dump()
1586 for (const LSRFixup &Fixup : Fixups) { in print()
1722 for (const LSRFixup &Fixup : LU.Fixups) in isAMCompletelyFolded()
2011 const LSRFixup &LF,
2015 Value *Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
2018 void RewriteForPHI(PHINode *PN, const LSRUse &LU, const LSRFixup &LF,
2021 void Rewrite(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
3277 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae()
3427 LSRFixup &LF = LU.getNewFixup(); in CollectLoopInvariantFixupsAndFormulae()
4432 for (LSRFixup &Fixup : LU.Fixups) { in NarrowSearchSpaceByCollapsingUnrolledCode()
4971 const LSRFixup &LF, in AdjustInsertPositionForExpand()
5034 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF, in Expand()
5213 PHINode *PN, const LSRUse &LU, const LSRFixup &LF, const Formula &F, in RewriteForPHI()
5286 void LSRInstance::Rewrite(const LSRUse &LU, const LSRFixup &LF, in Rewrite()
5345 for (const LSRFixup &Fixup : Uses[LUIdx].Fixups) { in ImplementSolution()
5496 for (const LSRFixup &LF : LU.Fixups) { in print_fixups()