Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5403 bool IsIdentity = true; in buildTree_rec() local
5406 IsIdentity &= Indices.top().second == I; in buildTree_rec()
5409 if (IsIdentity) in buildTree_rec()
6583 bool IsIdentity = peekThroughShuffles(V1, NewMask, /*SinglePermute=*/true); in createShuffle() local
6586 if (!IsIdentity) in createShuffle()
7107 bool IsIdentity = true; in getEntryCost() local
7113 IsIdentity &= InsertIdx - OffsetBeg == I; in getEntryCost()
7129 if (!IsIdentity) in getEntryCost()
8406 bool IsIdentity = Entries.size() == 1; in isGatherShuffledEntry() local
8412 IsIdentity &= Mask[Pair.second] == Pair.second; in isGatherShuffledEntry()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5038 bool IsIdentity = true; in FoldBUILD_VECTOR() local
5045 IsIdentity = false; in FoldBUILD_VECTOR()
5050 if (IsIdentity) in FoldBUILD_VECTOR()
5082 bool IsIdentity = true; in foldCONCAT_VECTORS() local
5090 IsIdentity = false; in foldCONCAT_VECTORS()
5097 if (IsIdentity) { in foldCONCAT_VECTORS()