Home
last modified time | relevance | path

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

123

/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h87 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
H A DVPlan.h787 class VPBlendRecipe : public VPRecipeBase {
795 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h91 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
H A DVPlan.h770 class VPBlendRecipe : public VPRecipeBase {
778 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h90 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
H A DVPlan.h734 class VPBlendRecipe : public VPRecipeBase {
742 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
H A DVPlan.cpp536 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent) const { in print()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h111 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
H A DVPlan.h840 class VPBlendRecipe : public VPRecipeBase {
848 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h111 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
H A DVPlan.h840 class VPBlendRecipe : public VPRecipeBase {
848 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h111 VPBlendRecipe *tryToBlend(Instruction *I, VPlanPtr &Plan);
H A DVPlan.h840 class VPBlendRecipe : public VPRecipeBase {
848 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h79 VPBlendRecipe *tryToBlend(PHINode *Phi, VPlanPtr &Plan);
H A DVPlan.cpp91 if (auto *U = dyn_cast<VPBlendRecipe>(this)) in toVPUser()
883 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent, in print()
H A DVPlan.h996 class VPBlendRecipe : public VPRecipeBase, public VPUser {
1003 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Operands) in VPBlendRecipe() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h79 VPBlendRecipe *tryToBlend(PHINode *Phi, VPlanPtr &Plan);
H A DVPlan.h949 class VPBlendRecipe : public VPRecipeBase {
958 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Operands) in VPBlendRecipe() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h81 VPBlendRecipe *tryToBlend(PHINode *Phi, VPlanPtr &Plan);
H A DVPlan.cpp107 if (auto *U = dyn_cast<VPBlendRecipe>(this)) in toVPUser()
919 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent, in print()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h79 VPBlendRecipe *tryToBlend(PHINode *Phi, VPlanPtr &Plan);
H A DVPlan.h949 class VPBlendRecipe : public VPRecipeBase {
958 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Operands) in VPBlendRecipe() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h81 VPBlendRecipe *tryToBlend(PHINode *Phi, VPlanPtr &Plan);
H A DVPlan.cpp107 if (auto *U = dyn_cast<VPBlendRecipe>(this)) in toVPUser()
919 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent, in print()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp461 VPBlendRecipe Recipe(Phi, Args); in TEST()

123