Searched refs:isIdentityMask (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4210 if (ShuffleVectorInst::isIdentityMask(MaskOrder, Sz)) { in reorderOrder() 5177 if (ShuffleVectorInst::isIdentityMask(FirstCluster, Sz)) in isRepeatedNonIdentityClusteredMask() 7733 static bool isIdentityMask(ArrayRef<int> Mask, const FixedVectorType *VecTy, in isIdentityMask() function in __anon07b2d7747311::BaseShuffleAnalysis 7738 if (VF == Limit && ShuffleVectorInst::isIdentityMask(Mask, Limit)) in isIdentityMask() 7750 ShuffleVectorInst::isIdentityMask(Slice, VF); in isIdentityMask() 7821 if (isIdentityMask(Mask, SVTy, /*IsStrict=*/false)) { in peekThroughShuffles() 7823 (isIdentityMask(Mask, SVTy, /*IsStrict=*/true) && in peekThroughShuffles() 7894 !OpTy || !isIdentityMask(Mask, OpTy, SinglePermute) || in peekThroughShuffles() 7907 (isIdentityMask(Mask, cast<FixedVectorType>(V->getType()), in peekThroughShuffles() 8017 (ShuffleVectorInst::isIdentityMask(CombinedMask in createShuffle() [all...] |
| H A D | VectorCombine.cpp | 1640 if (ShuffleVectorInst::isIdentityMask(NewMask, NumSrcElts)) { in foldShuffleOfShuffles()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1931 static bool isIdentityMask(ArrayRef<int> Mask, int NumSrcElts); 1932 static bool isIdentityMask(const Constant *Mask, int NumSrcElts) { 1942 return isIdentityMask(MaskAsInts, NumSrcElts); 1955 return !changesLength() && isIdentityMask(ShuffleMask, ShuffleMask.size());
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 2141 ShuffleVectorInst::isIdentityMask(NewMask, NumElts)) && in foldSelectShuffleOfSelectShuffle()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1882 bool ShuffleVectorInst::isIdentityMask(ArrayRef<int> Mask, int NumSrcElts) { in isIdentityMask() function in ShuffleVectorInst
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1539 ShuffleVectorInst::isIdentityMask(Mask, Mask.size())) in getShuffleCost() 1725 if (!ShuffleVectorInst::isIdentityMask(RegMask, RegMask.size())) { in getShuffleCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5356 SwapOps = SwapOps ^ ShuffleVectorInst::isIdentityMask(ShuffleMaskRHS, NumElts); in lowerVECTOR_SHUFFLE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 8450 ShuffleVectorInst::isIdentityMask(M, M.size()) || in isShuffleMaskLegal()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 24728 if (!ShuffleVectorInst::isIdentityMask(NewMask, NewMask.size()) || in foldExtractSubvectorFromShuffleVector()
|