Home
last modified time | relevance | path

Searched refs:UserTE (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1183 : UserTE(UserTE), EdgeIdx(EdgeIdx) {} in EdgeInfo()
1202 return UserTE == Other.UserTE && EdgeIdx == Other.EdgeIdx; in operator ==()
2529 UserTreeIndices.front().UserTE == UserEI.UserTE; in isOperandGatherNode()
4381 UserTE = UserTE->UserTreeIndices.back().UserTE; in reorderTopToBottom()
4584 [UserTE](const EdgeInfo &EI) { return EI.UserTE != UserTE; })) in canReorderOperands()
4671 TreeEntry *UserTE = EI.UserTE; in reorderBottomToTop() local
4762 TreeEntry *UserTE = EI.UserTE; in reorderBottomToTop() local
4782 return EI.UserTE == UserTE; in reorderBottomToTop()
9432 if (TEUseEI.UserTE != UseEI.UserTE && in isGatherShuffledSingleRegisterEntry()
9433 TEUseEI.UserTE->Idx < UseEI.UserTE->Idx) in isGatherShuffledSingleRegisterEntry()
[all …]