Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7523 void promoteImpl(Instruction *ToBePromoted);
7652 return isa<BinaryOperator>(ToBePromoted); in canPromote()
7690 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()
7715 promoteImpl(ToBePromoted); in promote()
7739 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
7743 for (Use &U : ToBePromoted->operands()) { in promoteImpl()
7760 Transition->moveAfter(ToBePromoted); in promoteImpl()
7799 if (VPH.canCombine(ToBePromoted)) { in optimizeExtractElementInst()
7809 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()
7814 VPH.enqueueForPromotion(ToBePromoted); in optimizeExtractElementInst()
[all …]