Lines Matching refs:InstrToOrigTy
265 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>; typedef
299 InstrToOrigTy PromotedInsts;
3128 InstrToOrigTy &PromotedInsts;
3151 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()
3177 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match()
4025 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst()
4029 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()
4048 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType()
4052 InstrToOrigTy::const_iterator It = PromotedInsts.find(Opnd); in getOrigType()
4070 const InstrToOrigTy &PromotedInsts, bool IsSExt);
4089 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost,
4104 InstrToOrigTy &PromotedInsts,
4113 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in signExtendOperandForOther()
4123 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in zeroExtendOperandForOther()
4133 InstrToOrigTy &PromotedInsts,
4150 const InstrToOrigTy &PromotedInsts);
4157 const InstrToOrigTy &PromotedInsts, in canGetThrough()
4259 const TargetLowering &TLI, const InstrToOrigTy &PromotedInsts) { in getAction()
4292 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForTruncAndAnyExt()
4340 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, in promoteOperandForOther()