Home
last modified time | relevance | path

Searched refs:toVPRecipeResult (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h107 VPRecipeOrVPValueTy toVPRecipeResult(VPRecipeBase *R) const { return R; } in toVPRecipeResult() function
H A DLoopVectorize.cpp8324 return toVPRecipeResult(new VPBlendRecipe(Phi, OperandsWithMask)); in tryToBlend()
8605 return toVPRecipeResult(Recipe); in tryToCreateWidenRecipe()
8637 return toVPRecipeResult(PhiRecipe); in tryToCreateWidenRecipe()
8643 return toVPRecipeResult(Recipe); in tryToCreateWidenRecipe()
8651 return toVPRecipeResult(tryToWidenCall(CI, Operands, Range)); in tryToCreateWidenRecipe()
8654 return toVPRecipeResult(tryToWidenMemory(Instr, Operands, Range, Plan)); in tryToCreateWidenRecipe()
8660 return toVPRecipeResult(new VPWidenGEPRecipe( in tryToCreateWidenRecipe()
8666 return toVPRecipeResult(new VPWidenSelectRecipe( in tryToCreateWidenRecipe()
8670 return toVPRecipeResult(tryToWiden(Instr, Operands, VPBB, Plan)); in tryToCreateWidenRecipe()