Home
last modified time | relevance | path

Searched defs:VPRecipeBase (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h37 class VPRecipeBase; variable
52 friend class VPRecipeBase; variable
H A DVPlan.h674 VPRecipeBase(const unsigned char SC, ArrayRef<VPValue *> Operands) in VPRecipeBase() function
678 VPRecipeBase(const unsigned char SC, iterator_range<IterT> Operands) in VPRecipeBase() function
822 : VPRecipeBase(VPDef::VPInstructionSC, Operands), VPValue(this), in VPRecipeBase() function
1507 : VPRecipeBase(VPDef::VPReplicateSC, Operands), VPValue(this, I), in VPRecipeBase() function
1989 static RecipeListTy VPBasicBlock::*getSublistAccess(VPRecipeBase *) { in getSublistAccess() argument