Searched refs:InstrToOrigTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 300 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>; typedef 336 InstrToOrigTy PromotedInsts; 3808 InstrToOrigTy &PromotedInsts; 3831 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() 3857 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() 4713 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() 4735 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType() 4738 InstrToOrigTy::const_iterator It = PromotedInsts.find(Opnd); in getOrigType() 4756 const InstrToOrigTy &PromotedInsts, bool IsSExt); 4775 InstrToOrigTy &PromotedInsts, unsigned &CreatedInstsCost, [all …]
|