Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Exts

189                         const SmallVectorImpl<Instruction *> &Exts,
2734 /// Newly added extensions are inserted in \p Exts.
2741 SmallVectorImpl<Instruction *> *Exts,
2749 /// Newly added extensions are inserted in \p Exts.
2757 SmallVectorImpl<Instruction *> *Exts,
2765 SmallVectorImpl<Instruction *> *Exts,
2768 Exts, Truncs, TLI, true);
2775 SmallVectorImpl<Instruction *> *Exts,
2778 Exts, Truncs, TLI, false);
2786 SmallVectorImpl<Instruction *> *Exts,
2903 SmallVectorImpl<Instruction *> *Exts,
2934 if (Exts)
2935 Exts->push_back(ExtInst);
2951 SmallVectorImpl<Instruction *> *Exts,
3033 if (Exts)
3034 Exts->push_back(ExtForOpnd);
4038 /// \brief Try to form ExtLd by promoting \p Exts until they reach a
4064 const SmallVectorImpl<Instruction *> &Exts,
4067 for (auto I : Exts) {
4141 SmallVector<Instruction *, 1> Exts;
4142 Exts.push_back(I);
4146 bool HasPromoted = extLdPromotion(TPT, LI, I, Exts);