Lines Matching refs:InsertedInsts
303 SetOfInstrs InsertedInsts; member in __anon78e22a880111::CodeGenPrepare
475 InsertedInsts.clear(); in runOnFunction()
1757 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument
1760 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
1762 (void) InsertedInsts; in sinkAndCmp0Expression()
2222 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3144 const SetOfInstrs &InsertedInsts; member in __anon78e22a880c11::AddressingModeMatcher
3170 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3177 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3195 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, in Match() argument
3203 InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in Match()
4168 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4278 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
4294 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd)) in getAction()
4713 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr()
5063 InsertedInsts, PromotedInsts, TPT, in isProfitableToFoldIntoAddressingMode()
5175 *TRI, InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in optimizeMemoryInst()
5754 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()
6406 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
6475 InsertedInsts.count(cast<Instruction>(*Load->user_begin()))) in optimizeLoadExt()
6575 InsertedInsts.insert(NewAnd); in optimizeLoadExt()
6995 InsertedInsts.insert(NI); in tryToSinkFreeOperands()
7894 if (InsertedInsts.count(I)) in optimizeInst()
7976 sinkAndCmp0Expression(BinOp, *TLI, InsertedInsts)) in optimizeInst()