Lines Matching refs:Exts
413 const SmallVectorImpl<Instruction *> &Exts,
4090 SmallVectorImpl<Instruction *> *Exts,
4106 SmallVectorImpl<Instruction *> *Exts,
4114 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
4117 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4124 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
4127 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4135 SmallVectorImpl<Instruction *> *Exts,
4293 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
4324 if (Exts) in promoteOperandForTruncAndAnyExt()
4325 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
4341 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
4421 if (Exts) in promoteOperandForOther()
4422 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
5710 TypePromotionTransaction &TPT, const SmallVectorImpl<Instruction *> &Exts, in tryToPromoteExts() argument
5716 for (auto *I : Exts) { in tryToPromoteExts()
6228 SmallVector<Instruction *, 1> Exts; in optimizeExt() local
6230 Exts.push_back(Inst); in optimizeExt()
6232 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
6313 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local
6315 Exts.push_back(VisitedSExt); in performAddressTypePromotion()
6316 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()