Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp308 unsigned LastLane = IsUniform ? 0 : VF.getKnownMinValue() - 1; get() local
H A DVPlanRecipes.cpp1522 Value *LastLane = execute() local
H A DSLPVectorizer.cpp1879 getBestOperand(unsigned OpIdx,int Lane,int LastLane,ArrayRef<ReorderingMode> ReorderingModes,ArrayRef<Value * > MainAltOps) getBestOperand() argument
2358 int LastLane = Lane - Direction; reorder() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp418 Builder.CreateExtractElement(II.getArgOperand(0), LastLane); in simplifyMaskedScatter() local