Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7126 void promoteImpl(Instruction *ToBePromoted);
7256 return isa<BinaryOperator>(ToBePromoted); in canPromote()
7294 InstsToBePromoted.push_back(ToBePromoted); in enqueueForPromotion()
7319 promoteImpl(ToBePromoted); in promote()
7343 ToBePromoted->mutateType(TransitionTy); in promoteImpl()
7347 for (Use &U : ToBePromoted->operands()) { in promoteImpl()
7364 Transition->moveAfter(ToBePromoted); in promoteImpl()
7403 if (VPH.canCombine(ToBePromoted)) { in optimizeExtractElementInst()
7413 if (!VPH.canPromote(ToBePromoted) || !VPH.shouldPromote(ToBePromoted)) in optimizeExtractElementInst()
7418 VPH.enqueueForPromotion(ToBePromoted); in optimizeExtractElementInst()
[all …]