Lines Matching refs:Exts
424 const SmallVectorImpl<Instruction *> &Exts,
4110 SmallVectorImpl<Instruction *> *Exts,
4126 SmallVectorImpl<Instruction *> *Exts,
4134 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
4137 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4144 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
4147 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4155 SmallVectorImpl<Instruction *> *Exts,
4313 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
4344 if (Exts) in promoteOperandForTruncAndAnyExt()
4345 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
4361 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
4441 if (Exts) in promoteOperandForOther()
4442 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
5732 TypePromotionTransaction &TPT, const SmallVectorImpl<Instruction *> &Exts, in tryToPromoteExts() argument
5738 for (auto *I : Exts) { in tryToPromoteExts()
6244 SmallVector<Instruction *, 1> Exts; in optimizeExt() local
6246 Exts.push_back(Inst); in optimizeExt()
6248 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
6329 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local
6331 Exts.push_back(VisitedSExt); in performAddressTypePromotion()
6332 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()