Searched refs:PromotedInsts (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 299 InstrToOrigTy PromotedInsts; member in __anon7f6d13e30111::CodeGenPrepare 464 PromotedInsts.clear(); in runOnFunction() 3124 InstrToOrigTy &PromotedInsts; member in __anon7f6d13e30c11::AddressingModeMatcher 3147 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument 3154 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher() 3173 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() argument 3180 InsertedInsts, PromotedInsts, TPT, LargeOffsetGEP, OptSize, PSI, in Match() 4021 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() argument 4025 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst() 4026 if (It != PromotedInsts.end()) { in addPromotedInst() [all …]
|