Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4210 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 DVectorCombine.cpp1640 if (ShuffleVectorInst::isIdentityMask(NewMask, NumSrcElts)) { in foldShuffleOfShuffles()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1931 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 DInstCombineVectorOps.cpp2141 ShuffleVectorInst::isIdentityMask(NewMask, NumElts)) && in foldSelectShuffleOfSelectShuffle()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1882 bool ShuffleVectorInst::isIdentityMask(ArrayRef<int> Mask, int NumSrcElts) { in isIdentityMask() function in ShuffleVectorInst
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1539 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 DRISCVISelLowering.cpp5356 SwapOps = SwapOps ^ ShuffleVectorInst::isIdentityMask(ShuffleMaskRHS, NumElts); in lowerVECTOR_SHUFFLE()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8450 ShuffleVectorInst::isIdentityMask(M, M.size()) || in isShuffleMaskLegal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp24728 if (!ShuffleVectorInst::isIdentityMask(NewMask, NewMask.size()) || in foldExtractSubvectorFromShuffleVector()