Searched refs:PromotedInsts (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 324 InstrToOrigTy PromotedInsts; member in __anon88ab83af0111::CodeGenPrepare 499 PromotedInsts.clear(); in runOnFunction() 3248 InstrToOrigTy &PromotedInsts; member in __anon88ab83af0c11::AddressingModeMatcher 3271 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument 3278 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher() 3297 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() argument 3304 InsertedInsts, PromotedInsts, TPT, in Match() 4140 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() argument 4143 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst() 4144 if (It != PromotedInsts.end()) { in addPromotedInst() [all …]
|