Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3817 bool IsIdentity = true; in getEntryCost() local
3827 IsIdentity &= I == 0; in getEntryCost()
3830 IsIdentity &= Idx - Offset == I; in getEntryCost()
3840 if (IsIdentity && NumElts != NumScalars && Offset % NumScalars != 0) in getEntryCost()
3845 else if (!IsIdentity) in getEntryCost()
4384 SmallBitVector IsIdentity; in getTreeCost() local
4434 IsIdentity.push_back(true); in getTreeCost()
4441 IsIdentity.set(IsIdentity.test(VecId) & in getTreeCost()
4468 if (!IsIdentity.test(I)) { in getTreeCost()
4970 bool IsIdentity = true; in vectorizeTree() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4463 bool IsIdentity = true; in FoldBUILD_VECTOR() local
4470 IsIdentity = false; in FoldBUILD_VECTOR()
4475 if (IsIdentity) in FoldBUILD_VECTOR()
4507 bool IsIdentity = true; in foldCONCAT_VECTORS() local
4515 IsIdentity = false; in foldCONCAT_VECTORS()
4522 if (IsIdentity) { in foldCONCAT_VECTORS()