Home
last modified time | relevance | path

Searched defs: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
10394 bool IsIdentity = true; in buildTreeRec() local
11298 bool IsIdentity = peekThroughShuffles(V1, NewMask, /*SinglePermute=*/true); in createShuffle() local
13280 bool IsIdentity = true; in getEntryCost() local
15714 bool IsIdentity = Entries.size() == 1; in isGatherShuffledSingleRegisterEntry() local
15796 bool IsIdentity = true; in isGatherShuffledSingleRegisterEntry() local
15819 bool IsIdentity = true; in isGatherShuffledSingleRegisterEntry() local
17812 bool IsIdentity = true; in vectorizeTree() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6172 bool IsIdentity = true; in FoldBUILD_VECTOR() local
6216 bool IsIdentity = true; in foldCONCAT_VECTORS() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp831 IsIdentityT IsIdentity, IsAbsorberT IsAbsorber) { in constantFoldAndGroupOps()