Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7233 void promoteImpl(Instruction *ToBePromoted);
7363 return isa<BinaryOperator>(ToBePromoted); in canPromote()
7401 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()
7426 promoteImpl(ToBePromoted); in promote()
7450 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
7454 for (Use &U : ToBePromoted->operands()) { in promoteImpl()
7471 Transition->moveAfter(ToBePromoted); in promoteImpl()
7510 if (VPH.canCombine(ToBePromoted)) { in optimizeExtractElementInst()
7520 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()
7525 VPH.enqueueForPromotion(ToBePromoted); in optimizeExtractElementInst()
[all …]