Lines Matching refs:Exts
455 const SmallVectorImpl<Instruction *> &Exts,
4345 SmallVectorImpl<Instruction *> *Exts,
4361 SmallVectorImpl<Instruction *> *Exts,
4369 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
4372 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4379 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
4382 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4390 SmallVectorImpl<Instruction *> *Exts,
4548 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
4579 if (Exts) in promoteOperandForTruncAndAnyExt()
4580 Exts->push_back(ExtInst); in promoteOperandForTruncAndAnyExt()
4596 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForOther() argument
4670 if (Exts) in promoteOperandForOther()
4671 Exts->push_back(InstForExtOpnd); in promoteOperandForOther()
5969 TypePromotionTransaction &TPT, const SmallVectorImpl<Instruction *> &Exts, in tryToPromoteExts() argument
5975 for (auto *I : Exts) { in tryToPromoteExts()
6499 SmallVector<Instruction *, 1> Exts; in optimizeExt() local
6501 Exts.push_back(Inst); in optimizeExt()
6503 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
6584 SmallVector<Instruction *, 1> Exts; in performAddressTypePromotion() local
6586 Exts.push_back(VisitedSExt); in performAddressTypePromotion()
6587 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()