Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5970 bool IsIdentity = true; in buildTree_rec() local
5973 IsIdentity &= Indices.top().second == I; in buildTree_rec()
5976 if (IsIdentity) in buildTree_rec()
6890 if (!IsIdentity) in createShuffle()
8081 bool IsIdentity = true; in getEntryCost() local
8087 IsIdentity &= InsertIdx - OffsetBeg == I; in getEntryCost()
8102 if (!IsIdentity) in getEntryCost()
9674 bool IsIdentity = Entries.size() == 1; in isGatherShuffledSingleRegisterEntry() local
9681 IsIdentity &= Mask[Idx] == Pair.second; in isGatherShuffledSingleRegisterEntry()
11240 bool IsIdentity = true; in vectorizeTree() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5451 bool IsIdentity = true; in FoldBUILD_VECTOR() local
5458 IsIdentity = false; in FoldBUILD_VECTOR()
5463 if (IsIdentity) in FoldBUILD_VECTOR()
5495 bool IsIdentity = true; in foldCONCAT_VECTORS() local
5503 IsIdentity = false; in foldCONCAT_VECTORS()
5510 if (IsIdentity) { in foldCONCAT_VECTORS()