Lines Matching refs:InsertedInsts
331 SetOfInstrs InsertedInsts; member in __anon01de4a8e0111::CodeGenPrepare
383 InsertedInsts.clear(); in releaseMemory()
1972 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument
1975 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
1977 (void)InsertedInsts; in sinkAndCmp0Expression()
2458 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3374 const SetOfInstrs &InsertedInsts; member in __anon01de4a8e0c11::AddressingModeMatcher
3400 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3407 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3425 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, in Match() argument
3433 InsertedInsts, PromotedInsts, TPT, in Match()
4403 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4513 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
4529 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd)) in getAction()
4942 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr()
5301 InsertedInsts, PromotedInsts, TPT, in isProfitableToFoldIntoAddressingMode()
5414 *TRI, InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in optimizeMemoryInst()
5991 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()
6665 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
6734 InsertedInsts.count(cast<Instruction>(*Load->user_begin()))) in optimizeLoadExt()
6834 InsertedInsts.insert(NewAnd); in optimizeLoadExt()
7284 InsertedInsts.insert(NI); in tryToSinkFreeOperands()
8189 if (InsertedInsts.count(I)) in optimizeInst()
8279 sinkAndCmp0Expression(BinOp, *TLI, InsertedInsts)) in optimizeInst()