Home
last modified time | relevance | path

Searched refs:isIdentityMask (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2120 static bool isIdentityMask(ArrayRef<int> Mask);
2121 static bool isIdentityMask(const Constant *Mask) {
2125 return isIdentityMask(MaskAsInts);
2133 return !changesLength() && isIdentityMask(ShuffleMask);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2142 bool ShuffleVectorInst::isIdentityMask(ArrayRef<int> Mask) { in isIdentityMask() function in ShuffleVectorInst
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3715 if (ShuffleVectorInst::isIdentityMask(Mask)) { in getEntryCost()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7984 ShuffleVectorInst::isIdentityMask(M) || in isShuffleMaskLegal()