Lines Matching refs:Exts
367 const SmallVectorImpl<Instruction *> &Exts,
3493 SmallVectorImpl<Instruction *> *Exts,
3509 SmallVectorImpl<Instruction *> *Exts,
3517 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
3520 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3527 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
3530 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3538 SmallVectorImpl<Instruction *> *Exts,
3698 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
3729 if (Exts) in promoteOperandForTruncAndAnyExt()
3730 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
3746 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
3826 if (Exts) in promoteOperandForOther()
3827 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
4944 TypePromotionTransaction &TPT, const SmallVectorImpl<Instruction *> &Exts, in tryToPromoteExts() argument
4950 for (auto I : Exts) { in tryToPromoteExts()
5301 SmallVector<Instruction *, 1> Exts; in optimizeExt() local
5303 Exts.push_back(Inst); in optimizeExt()
5305 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
5394 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local
5396 Exts.push_back(VisitedSExt); in performAddressTypePromotion()
5397 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()