Searched refs:VFScaleFactor (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 2242 unsigned VFScaleFactor = 1; variable 2248 unsigned VFScaleFactor = 1) 2250 IsInLoop(IsInLoop), IsOrdered(IsOrdered), VFScaleFactor(VFScaleFactor) { 2259 *getOperand(0), IsInLoop, IsOrdered, VFScaleFactor); in clone() 2270 unsigned getVFScaleFactor() const { return VFScaleFactor; } in getVFScaleFactor() 2556 unsigned VFScaleFactor; variable 2560 VPValue *Op1, VPValue *Cond, unsigned VFScaleFactor) in VPPartialReductionRecipe() argument 2562 VFScaleFactor, ReductionInst) {} in VPPartialReductionRecipe() 2569 Opcode(Opcode), VFScaleFactor(ScaleFactor) { 2580 getCondOp(), VFScaleFactor, in clone() [all …]
|
| H A D | VPlanRecipes.cpp | 3932 if (VFScaleFactor != 1) in print() 3933 O << " (VF scaled by 1/" << VFScaleFactor << ")"; in print()
|