Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp68 NewRecipe = new VPWidenPHIRecipe(Phi); in VPInstructionsToVPRecipes()
DVPlan.h818 class VPWidenPHIRecipe : public VPRecipeBase {
823 VPWidenPHIRecipe(PHINode *Phi) : VPRecipeBase(VPWidenPHISC), Phi(Phi) {} in VPWidenPHIRecipe() function
824 ~VPWidenPHIRecipe() override = default;
DVPlan.cpp700 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
DLoopVectorize.cpp7054 (Recipe = new VPWidenPHIRecipe(cast<PHINode>(Instr))))) { in tryToCreateRecipe()
7370 void VPWidenPHIRecipe::execute(VPTransformState &State) { in execute()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp73 NewRecipe = new VPWidenPHIRecipe(Phi); in VPInstructionsToVPRecipes()
DVPlan.h976 class VPWidenPHIRecipe : public VPRecipeBase {
980 VPWidenPHIRecipe(PHINode *Phi) : VPRecipeBase(VPWidenPHISC), Phi(Phi) {} in VPWidenPHIRecipe() function
981 ~VPWidenPHIRecipe() override = default;
DVPlan.cpp251 while (It != end() && (isa<VPWidenPHIRecipe>(&*It) || in getFirstNonPhi()
928 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent, in print()
DLoopVectorize.cpp8245 return new VPWidenPHIRecipe(Phi); in tryToCreateWidenRecipe()
8650 void VPWidenPHIRecipe::execute(VPTransformState &State) { in execute()
/external/llvm-project/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp177 EXPECT_NE(nullptr, dyn_cast<VPWidenPHIRecipe>(&*Iter++)); in TEST_F()