Searched refs:VPWidenCallRecipe (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPRecipeBuilder.h | 84 VPWidenCallRecipe *tryToWidenCall(CallInst *CI, VFRange &Range,
|
D | VPlan.cpp | 98 if (auto *U = dyn_cast<VPWidenCallRecipe>(this)) in toVPUser() 128 if (auto *V = dyn_cast<VPWidenCallRecipe>(this)) in toVPValue() 148 if (auto *V = dyn_cast<VPWidenCallRecipe>(this)) in toVPValue() 865 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent, in print()
|
D | VPlan.h | 861 class VPWidenCallRecipe : public VPRecipeBase, public VPValue, public VPUser { 865 VPWidenCallRecipe(CallInst &I, iterator_range<IterT> CallArguments) in VPWidenCallRecipe() function 869 ~VPWidenCallRecipe() override = default;
|
D | LoopVectorize.cpp | 8056 VPWidenCallRecipe *VPRecipeBuilder::tryToWidenCall(CallInst *CI, VFRange &Range, in tryToWidenCall() 8090 return new VPWidenCallRecipe(*CI, Plan.mapToVPValues(CI->arg_operands())); in tryToWidenCall() 8625 void VPWidenCallRecipe::execute(VPTransformState &State) { in execute()
|
/external/llvm-project/llvm/unittests/Transforms/Vectorize/ |
D | VPlanTest.cpp | 400 VPWidenCallRecipe Recipe(*Call, make_range(Args.begin(), Args.end())); in TEST()
|