Home
last modified time | relevance | path

Searched refs:InstrToOrigTy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp265 using InstrToOrigTy = DenseMap<Instruction *, TypeIsSExt>; typedef
299 InstrToOrigTy PromotedInsts;
3124 InstrToOrigTy &PromotedInsts;
3147 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher()
3173 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match()
4021 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst()
4025 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()
4044 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType()
4048 InstrToOrigTy::const_iterator It = PromotedInsts.find(Opnd); in getOrigType()
4066 const InstrToOrigTy &PromotedInsts, bool IsSExt);
[all …]