Searched refs:VPWidenPHIRecipe (Results 1 – 9 of 9) sorted by relevance
68 NewRecipe = new VPWidenPHIRecipe(Phi); in VPInstructionsToVPRecipes()
818 class VPWidenPHIRecipe : public VPRecipeBase {823 VPWidenPHIRecipe(PHINode *Phi) : VPRecipeBase(VPWidenPHISC), Phi(Phi) {} in VPWidenPHIRecipe() function824 ~VPWidenPHIRecipe() override = default;
700 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
7054 (Recipe = new VPWidenPHIRecipe(cast<PHINode>(Instr))))) { in tryToCreateRecipe()7370 void VPWidenPHIRecipe::execute(VPTransformState &State) { in execute()
73 NewRecipe = new VPWidenPHIRecipe(Phi); in VPInstructionsToVPRecipes()
976 class VPWidenPHIRecipe : public VPRecipeBase {980 VPWidenPHIRecipe(PHINode *Phi) : VPRecipeBase(VPWidenPHISC), Phi(Phi) {} in VPWidenPHIRecipe() function981 ~VPWidenPHIRecipe() override = default;
251 while (It != end() && (isa<VPWidenPHIRecipe>(&*It) || in getFirstNonPhi()928 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent, in print()
8245 return new VPWidenPHIRecipe(Phi); in tryToCreateWidenRecipe()8650 void VPWidenPHIRecipe::execute(VPTransformState &State) { in execute()
177 EXPECT_NE(nullptr, dyn_cast<VPWidenPHIRecipe>(&*Iter++)); in TEST_F()