Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8050 bool IsIdentity = true; in canFormVector() local
8053 IsIdentity &= P.second == I; in canFormVector()
8058 if (IsIdentity) in canFormVector()
10394 bool IsIdentity = true; in buildTreeRec() local
10397 IsIdentity &= Indices.top().second == I; in buildTreeRec()
10400 if (IsIdentity) in buildTreeRec()
11298 bool IsIdentity = peekThroughShuffles(V1, NewMask, /*SinglePermute=*/true); in createShuffle() local
11301 if (!IsIdentity) in createShuffle()
13280 bool IsIdentity = true; in getEntryCost() local
13286 IsIdentity &= InsertIdx - OffsetBeg == I; in getEntryCost()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6172 bool IsIdentity = true; in FoldBUILD_VECTOR() local
6179 IsIdentity = false; in FoldBUILD_VECTOR()
6184 if (IsIdentity) in FoldBUILD_VECTOR()
6216 bool IsIdentity = true; in foldCONCAT_VECTORS() local
6224 IsIdentity = false; in foldCONCAT_VECTORS()
6231 if (IsIdentity) { in foldCONCAT_VECTORS()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp831 IsIdentityT IsIdentity, IsAbsorberT IsAbsorber) { in constantFoldAndGroupOps() argument
856 if (Folded && !IsIdentity(Folded->getAPInt())) in constantFoldAndGroupOps()