Lines Matching defs:InsertedInsts
331 SetOfInstrs InsertedInsts;
383 InsertedInsts.clear();
2208 SetOfInstrs &InsertedInsts) {
2211 assert(!InsertedInsts.count(AndI) &&
2213 (void)InsertedInsts;
2696 InsertedInsts.insert(ExtVal);
3755 const SetOfInstrs &InsertedInsts;
3781 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts,
3788 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT),
3797 /// \p InsertedInsts The instructions inserted by other CodeGenPrepare
3806 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts,
3814 InsertedInsts, PromotedInsts, TPT,
4780 /// \p InsertedInsts keeps track of all the instructions inserted by the
4785 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4895 Instruction *Ext, const SetOfInstrs &InsertedInsts,
4911 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd))
5324 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts);
5690 InsertedInsts, PromotedInsts, TPT,
5803 *TRI, InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI,
6392 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts);
7064 InsertedInsts.insert(InsertedTrunc);
7133 InsertedInsts.count(cast<Instruction>(*Load->user_begin())))
7236 InsertedInsts.insert(NewAnd);
7687 InsertedInsts.insert(NI);
8592 if (InsertedInsts.count(I))
8687 sinkAndCmp0Expression(BinOp, *TLI, InsertedInsts))