Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp282 unsigned LastLane = IsUniform ? 0 : VF.getKnownMinValue() - 1; get() local
H A DVPlanRecipes.cpp1325 Value *LastLane = execute() local
H A DSLPVectorizer.cpp1702 getBestOperand(unsigned OpIdx,int Lane,int LastLane,ArrayRef<ReorderingMode> ReorderingModes,ArrayRef<Value * > MainAltOps) getBestOperand() argument
2105 int LastLane = Lane - Direction; reorder() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp431 Value *LastLane = Builder.CreateSub(RunTimeVF, Builder.getInt32(1)); simplifyMaskedScatter() local