Lines Matching refs:Exts
198 const SmallVectorImpl<Instruction *> &Exts,
2799 SmallVectorImpl<Instruction *> *Exts,
2815 SmallVectorImpl<Instruction *> *Exts,
2823 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
2826 Exts, Truncs, TLI, true); in signExtendOperandForOther()
2833 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
2836 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
2844 SmallVectorImpl<Instruction *> *Exts,
2961 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
2992 if (Exts) in promoteOperandForTruncAndAnyExt()
2993 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
3009 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
3091 if (Exts) in promoteOperandForOther()
3092 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
4148 const SmallVectorImpl<Instruction *> &Exts, in extLdPromotion() argument
4151 for (auto I : Exts) { in extLdPromotion()
4225 SmallVector<Instruction *, 1> Exts; in moveExtToFormExtLoad() local
4226 Exts.push_back(I); in moveExtToFormExtLoad()
4230 bool HasPromoted = extLdPromotion(TPT, LI, I, Exts); in moveExtToFormExtLoad()