Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp336 InstrToOrigTy PromotedInsts; member in __anon1d600f580111::CodeGenPrepare
385 PromotedInsts.clear(); in releaseMemory()
3808 InstrToOrigTy &PromotedInsts; member in __anon1d600f580f11::AddressingModeMatcher
3831 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3838 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3857 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() argument
3864 InsertedInsts, PromotedInsts, TPT, in Match()
4713 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() argument
4716 auto [It, Inserted] = PromotedInsts.try_emplace(ExtOpnd); in addPromotedInst()
4735 static const Type *getOrigType(const InstrToOrigTy &PromotedInsts, in getOrigType() argument
[all …]