Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h837 class VPBranchOnMaskRecipe : public VPRecipeBase {
842 VPBranchOnMaskRecipe(VPValue *BlockInMask) : VPRecipeBase(VPBranchOnMaskSC) { in VPBranchOnMaskRecipe() function
DLoopVectorize.cpp6846 auto *BOMRecipe = new VPBranchOnMaskRecipe(BlockInMask); in createReplicateRegion()
7175 void VPBranchOnMaskRecipe::execute(VPTransformState &State) { in execute()