Lines Matching refs:InstrToOrigTy
299 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>; typedef
335 InstrToOrigTy PromotedInsts;
3471 InstrToOrigTy &PromotedInsts;
3494 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()
3520 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match()
4377 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst()
4380 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()
4399 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType()
4402 InstrToOrigTy::const_iterator It = PromotedInsts.find(Opnd); in getOrigType()
4420 const InstrToOrigTy &PromotedInsts, bool IsSExt);
4439 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost,
4454 InstrToOrigTy &PromotedInsts,
4463 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in signExtendOperandForOther()
4473 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in zeroExtendOperandForOther()
4483 InstrToOrigTy &PromotedInsts,
4500 const InstrToOrigTy &PromotedInsts);
4507 const InstrToOrigTy &PromotedInsts, in canGetThrough()
4609 const TargetLowering &TLI, const InstrToOrigTy &PromotedInsts) { in getAction()
4642 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForTruncAndAnyExt()
4690 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForOther()