Lines Matching refs:InsertedInsts
144 SetOfInstrs InsertedInsts; member in __anon65f3f0830111::CodeGenPrepare
222 InsertedInsts.clear(); in runOnFunction()
1888 InsertedInsts.insert(ExtVal); in optimizeCallInst()
2600 const SetOfInstrs &InsertedInsts; member in __anon65f3f0830211::AddressingModeMatcher
2613 const SetOfInstrs &InsertedInsts, in AddressingModeMatcher() argument
2620 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher()
2637 const SetOfInstrs &InsertedInsts, in Match() argument
2643 MemoryInst, Result, InsertedInsts, in Match()
2856 static Action getAction(Instruction *Ext, const SetOfInstrs &InsertedInsts,
2926 Instruction *Ext, const SetOfInstrs &InsertedInsts, in getAction() argument
2942 if (isa<TruncInst>(ExtOpnd) && InsertedInsts.count(ExtOpnd)) in getAction()
3326 TypePromotionHelper::getAction(Ext, InsertedInsts, TLI, PromotedInsts); in matchOperationAddr()
3656 MemoryInst, Result, InsertedInsts, in isProfitableToFoldIntoAddressingMode()
3751 InsertedInsts, PromotedInsts, TPT); in optimizeMemoryInst()
4163 I, InsertedInsts, *TLI, PromotedInsts); in extLdPromotion()
4340 InsertedInsts.insert(InsertedTrunc); in optimizeExtUses()
5185 if (InsertedInsts.count(I)) in optimizeInst()