Lines Matching refs:LSRFixup

1108 struct LSRFixup {  struct
1126 LSRFixup() = default;
1184 SmallVector<LSRFixup, 8> Fixups;
1217 LSRFixup &getNewFixup() { in getNewFixup()
1218 Fixups.push_back(LSRFixup()); in getNewFixup()
1222 void pushFixup(LSRFixup &f) { in pushFixup()
1397 for (const LSRFixup &Fixup : LU.Fixups) { in RateFormula()
1503 bool LSRFixup::isUseFullyOutsideLoop(const Loop *L) const { in isUseFullyOutsideLoop()
1517 void LSRFixup::print(raw_ostream &OS) const { in print()
1540 LLVM_DUMP_METHOD void LSRFixup::dump() const { in dump()
1642 for (const LSRFixup &Fixup : Fixups) { in print()
1778 for (const LSRFixup &Fixup : LU.Fixups) in isAMCompletelyFolded()
2075 const LSRFixup &LF,
2078 Value *Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
2081 void RewriteForPHI(PHINode *PN, const LSRUse &LU, const LSRFixup &LF,
2084 void Rewrite(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
3377 LSRFixup &LF = LU.getNewFixup(); in CollectFixupsAndInitialFormulae()
3555 LSRFixup &LF = LU.getNewFixup(); in CollectLoopInvariantFixupsAndFormulae()
4629 for (LSRFixup &Fixup : LU.Fixups) { in NarrowSearchSpaceByCollapsingUnrolledCode()
5223 BasicBlock::iterator LowestIP, const LSRFixup &LF, const LSRUse &LU) const { in AdjustInsertPositionForExpand()
5284 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF, in Expand()
5463 PHINode *PN, const LSRUse &LU, const LSRFixup &LF, const Formula &F, in RewriteForPHI()
5541 for (LSRFixup &Fixup : Uses[LUIdx].Fixups) in RewriteForPHI()
5578 void LSRInstance::Rewrite(const LSRUse &LU, const LSRFixup &LF, in Rewrite()
5630 for (const LSRFixup &Fixup : Uses[LUIdx].Fixups) { in ImplementSolution()
5833 for (const LSRFixup &LF : LU.Fixups) { in print_fixups()