Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPRecipeBuilder.h111 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
DVPlan.h840 class VPBlendRecipe : public VPRecipeBase {
848 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
DVPlan.cpp704 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
DLoopVectorize.cpp6840 VPBlendRecipe *VPRecipeBuilder::tryToBlend(Instruction *I, VPlanPtr &Plan) { in tryToBlend()
6861 return new VPBlendRecipe(Phi, Masks); in tryToBlend()
7374 void VPBlendRecipe::execute(VPTransformState &State) { in execute()