Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGTransforms.cpp55 NewRecipe = new VPWidenPHIRecipe(Phi); in VPInstructionsToVPRecipes()
DVPlan.h712 class VPWidenPHIRecipe : public VPRecipeBase {
717 VPWidenPHIRecipe(PHINode *Phi) : VPRecipeBase(VPWidenPHISC), Phi(Phi) {} in VPWidenPHIRecipe() function
718 ~VPWidenPHIRecipe() override = default;
DVPlan.cpp532 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
DLoopVectorize.cpp6888 VPBB->appendRecipe(new VPWidenPHIRecipe(Phi)); in tryToCreateRecipe()
7102 void VPWidenPHIRecipe::execute(VPTransformState &State) { in execute()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanHCFGTest.cpp137 auto *Phi = dyn_cast<VPWidenPHIRecipe>(&*Iter++); in TEST_F()