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.cpp335 InstrToOrigTy PromotedInsts; member in __anon1d600f580111::CodeGenPrepare
384 PromotedInsts.clear(); in releaseMemory()
3471 InstrToOrigTy &PromotedInsts; member in __anon1d600f580d11::AddressingModeMatcher
3494 const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, in AddressingModeMatcher() argument
3501 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3520 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() argument
3527 InsertedInsts, PromotedInsts, TPT, in Match()
4377 static void addPromotedInst(InstrToOrigTy &PromotedInsts, in addPromotedInst() argument
4380 InstrToOrigTy::iterator It = PromotedInsts.find(ExtOpnd); in addPromotedInst()
4381 if (It != PromotedInsts.end()) { in addPromotedInst()
[all …]