Lines Matching refs:Exts
455 const SmallVectorImpl<Instruction *> &Exts,
4440 SmallVectorImpl<Instruction *> *Exts,
4456 SmallVectorImpl<Instruction *> *Exts,
4464 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
4467 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4474 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
4477 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4485 SmallVectorImpl<Instruction *> *Exts,
4643 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
4674 if (Exts) in promoteOperandForTruncAndAnyExt()
4675 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
4691 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
4765 if (Exts) in promoteOperandForOther()
4766 Exts->push_back(InstForExtOpnd); in promoteOperandForOther()
6085 TypePromotionTransaction &TPT, const SmallVectorImpl<Instruction *> &Exts, in tryToPromoteExts() argument
6091 for (auto *I : Exts) { in tryToPromoteExts()
6613 SmallVector<Instruction *, 1> Exts; in optimizeExt() local
6615 Exts.push_back(Inst); in optimizeExt()
6617 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
6698 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local
6700 Exts.push_back(VisitedSExt); in performAddressTypePromotion()
6701 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()