Searched refs:PromotedInsts (Results 1 – 2 of 2) sorted by relevance
307 InstrToOrigTy PromotedInsts; member in __anon78e22a880111::CodeGenPrepare476 PromotedInsts.clear(); in runOnFunction()3147 InstrToOrigTy &PromotedInsts; member in __anon78e22a880c11::AddressingModeMatcher3177 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()4045 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() argument4049 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()4050 if (It != PromotedInsts.end()) { in addPromotedInst()4153 InstrToOrigTy &PromotedInsts,4312 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForTruncAndAnyExt() argument4360 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForOther() argument[all …]
11 ; It ensures correct operation on PromotedInsts.