Lines Matching refs:InsertedInsts

331   SetOfInstrs InsertedInsts;  member in __anon1d600f580111::CodeGenPrepare
383 InsertedInsts.clear(); in releaseMemory()
2005 SetOfInstrs &InsertedInsts) { in sinkAndCmp0Expression() argument
2008 assert(!InsertedInsts.count(AndI) && in sinkAndCmp0Expression()
2010 (void)InsertedInsts; in sinkAndCmp0Expression()
2493 InsertedInsts.insert(ExtVal); in optimizeCallInst()
3468 const SetOfInstrs &InsertedInsts; member in __anon1d600f580d11::AddressingModeMatcher
3494 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3501 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3519 const TargetRegisterInfo &TRI, const SetOfInstrs &InsertedInsts, in Match() argument
3527 InsertedInsts, PromotedInsts, TPT, in Match()
4498 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
4608 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
4624 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd)) in getAction()
5037 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr()
5405 InsertedInsts, PromotedInsts, TPT, in isProfitableToFoldIntoAddressingMode()
5518 *TRI, InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in optimizeMemoryInst()
6107 TypePromotionHelper::getAction(I, InsertedInsts, *TLI, PromotedInsts); in tryToPromoteExts()
6779 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
6848 InsertedInsts.count(cast<Instruction>(*Load->user_begin()))) in optimizeLoadExt()
6948 InsertedInsts.insert(NewAnd); in optimizeLoadExt()
7398 InsertedInsts.insert(NI); in tryToSinkFreeOperands()
8303 if (InsertedInsts.count(I)) in optimizeInst()
8394 sinkAndCmp0Expression(BinOp, *TLI, InsertedInsts)) in optimizeInst()