Lines Matching refs:Exts
189 const SmallVectorImpl<Instruction *> &Exts,
2741 SmallVectorImpl<Instruction *> *Exts,
2757 SmallVectorImpl<Instruction *> *Exts,
2765 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
2768 Exts, Truncs, TLI, true); in signExtendOperandForOther()
2775 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
2778 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
2786 SmallVectorImpl<Instruction *> *Exts,
2903 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
2934 if (Exts) in promoteOperandForTruncAndAnyExt()
2935 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
2951 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
3033 if (Exts) in promoteOperandForOther()
3034 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
4064 const SmallVectorImpl<Instruction *> &Exts, in extLdPromotion() argument
4067 for (auto I : Exts) { in extLdPromotion()
4141 SmallVector<Instruction *, 1> Exts; in moveExtToFormExtLoad() local
4142 Exts.push_back(I); in moveExtToFormExtLoad()
4146 bool HasPromoted = extLdPromotion(TPT, LI, I, Exts); in moveExtToFormExtLoad()