Lines Matching refs:InsertedInsts
136 SetOfInstrs InsertedInsts; member in __anonebd7bfba0111::CodeGenPrepare
213 InsertedInsts.clear(); in runOnFunction()
1830 InsertedInsts.insert(ExtVal); in optimizeCallInst()
2542 const SetOfInstrs &InsertedInsts; member in __anonebd7bfba0211::AddressingModeMatcher
2555 const SetOfInstrs &InsertedInsts, in AddressingModeMatcher() argument
2562 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher()
2579 const SetOfInstrs &InsertedInsts, in Match() argument
2585 MemoryInst, Result, InsertedInsts, in Match()
2798 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
2868 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
2884 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd)) in getAction()
3268 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr()
3586 MemoryInst, Result, InsertedInsts, in isProfitableToFoldIntoAddressingMode()
3668 InsertedInsts, PromotedInsts, TPT); in optimizeMemoryInst()
4079 I, InsertedInsts, *TLI, PromotedInsts); in extLdPromotion()
4256 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
5100 if (InsertedInsts.count(I)) in optimizeInst()