Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlan.h607 VPRecipeBase(const unsigned char SC) : SubclassID(SC) {} in VPRecipeBase() function
801 : VPRecipeBase(VPWidenIntOrFpInductionSC), IV(IV), Trunc(Trunc) {} in VPRecipeBase() function
931 : VPRecipeBase(VPReplicateSC), Ingredient(I), IsUniform(IsUniform), in VPRecipeBase() function
1108 static RecipeListTy VPBasicBlock::*getSublistAccess(VPRecipeBase *) { in getSublistAccess() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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