Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h90 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
DVPlan.h734 class VPBlendRecipe : public VPRecipeBase {
742 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
DVPlan.cpp536 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
DLoopVectorize.cpp6672 VPBlendRecipe *VPRecipeBuilder::tryToBlend(Instruction *I, VPlanPtr &Plan) { in tryToBlend()
6693 return new VPBlendRecipe(Phi, Masks); in tryToBlend()
7106 void VPBlendRecipe::execute(VPTransformState &State) { in execute()