Home
last modified time | relevance | path

Searched defs:LastLane (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp309 unsigned LastLane = IsUniform ? 0 : VF.getKnownMinValue() - 1; in get() local
H A DVPlanRecipes.cpp1611 Value *LastLane = in execute() local
H A DSLPVectorizer.cpp1900 getBestOperand(unsigned OpIdx, int Lane, int LastLane, in getBestOperand() argument
2379 int LastLane = Lane - Direction; in reorder() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp418 Value *LastLane = Builder.CreateSub(RunTimeVF, Builder.getInt32(1)); in simplifyMaskedScatter() local