Lines Matching refs:Exts
410 const SmallVectorImpl<Instruction *> &Exts,
3914 SmallVectorImpl<Instruction *> *Exts,
3930 SmallVectorImpl<Instruction *> *Exts,
3938 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
3941 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3948 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
3951 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3959 SmallVectorImpl<Instruction *> *Exts,
4117 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
4148 if (Exts) in promoteOperandForTruncAndAnyExt()
4149 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
4165 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
4245 if (Exts) in promoteOperandForOther()
4246 Exts->push_back(ExtForOpnd); in promoteOperandForOther()
5514 TypePromotionTransaction &TPT, const SmallVectorImpl<Instruction *> &Exts, in tryToPromoteExts() argument
5520 for (auto *I : Exts) { in tryToPromoteExts()
6032 SmallVector<Instruction *, 1> Exts; in optimizeExt() local
6034 Exts.push_back(Inst); in optimizeExt()
6036 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
6117 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local
6119 Exts.push_back(VisitedSExt); in performAddressTypePromotion()
6120 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()