Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2033 unsigned LastLane = Cost->isUniformAfterVectorization(I, VF) ? 0 : VF - 1; in getOrCreateVectorValue() local
3923 unsigned LastLane = 0; in fixLCSSAPHIs() local
H A DSLPVectorizer.cpp1013 getBestOperand(unsigned OpIdx, int Lane, int LastLane, in getBestOperand()
1284 int LastLane = Lane - Direction; in reorder() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp445 Value *LastLane = Builder.CreateSub(RunTimeVF, Builder.getInt32(1)); in simplifyMaskedScatter() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9747 Value *LastLane = Builder.CreateSub(Builder.getInt32(1), RunTimeVF); in execute() local
9905 unsigned LastLane = IsUniform ? 0 : VF.getKnownMinValue() - 1; in get() local
H A DSLPVectorizer.cpp1686 std::optional<unsigned> getBestOperand(unsigned OpIdx, int Lane, int LastLane, in getBestOperand()
2089 int LastLane = Lane - Direction; in reorder() local