Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h633 static bool isIdentityMask(ArrayRef<int> Mask, int NumSrcElts) { in isIdentityMask() function
634 return llvm::ShuffleVectorInst::isIdentityMask(Mask, NumSrcElts); in isIdentityMask()
636 static bool isIdentityMask(const Constant *Mask, int NumSrcElts) { in isIdentityMask() function
637 return llvm::ShuffleVectorInst::isIdentityMask( in isIdentityMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2060 LLVM_ABI static bool isIdentityMask(ArrayRef<int> Mask, int NumSrcElts);
2061 static bool isIdentityMask(const Constant *Mask, int NumSrcElts) {
2071 return isIdentityMask(MaskAsInts, NumSrcElts);
2084 return !changesLength() && isIdentityMask(ShuffleMask, ShuffleMask.size());
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2021 ShuffleVectorInst::isIdentityMask(NewMask0, NumOpElts); in foldPermuteOfBinops()
2024 ShuffleVectorInst::isIdentityMask(NewMask1, NumOpElts); in foldPermuteOfBinops()
2500 if (ShuffleVectorInst::isIdentityMask(NewMask, NumSrcElts)) { in foldShuffleOfShuffles()
3607 if (!ShuffleVectorInst::isIdentityMask(Mask, NumSrcElts)) in foldInsExtVectorToShuffle()
H A DSLPVectorizer.cpp5352 if (ShuffleVectorInst::isIdentityMask(MaskOrder, Sz)) { in reorderOrder()
6967 if (ShuffleVectorInst::isIdentityMask(FirstCluster, Sz)) in isRepeatedNonIdentityClusteredMask()
10992 static bool isIdentityMask(ArrayRef<int> Mask, const FixedVectorType *VecTy, in isIdentityMask() function in __anon07b2d774a311::BaseShuffleAnalysis
10997 if (VF == Limit && ShuffleVectorInst::isIdentityMask(Mask, Limit)) in isIdentityMask()
11009 ShuffleVectorInst::isIdentityMask(Slice, VF); in isIdentityMask()
11080 if (isIdentityMask(Mask, SVTy, /*IsStrict=*/false)) { in peekThroughShuffles()
11082 (isIdentityMask(Mask, SVTy, /*IsStrict=*/true) && in peekThroughShuffles()
11152 !OpTy || !isIdentityMask(Mask, OpTy, SinglePermute) || in peekThroughShuffles()
11165 (isIdentityMask(Mask, cast<FixedVectorType>(V->getType()), in peekThroughShuffles()
11285 (ShuffleVectorInst::isIdentityMask(CombinedMask1, VF) || in createShuffle()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp450 if (ShuffleVectorInst::isIdentityMask(RegMask, RegMask.size())) in costShuffleViaSplitting()
526 if (ShuffleVectorInst::isIdentityMask(RegMask, RegMask.size())) in costShuffleViaVRegSplitting()
H A DRISCVISelLowering.cpp5469 else if (ShuffleVectorInst::isIdentityMask(Mask, Mask.size())) in lowerShuffleViaVRegSplitting()
6294 !ShuffleVectorInst::isIdentityMask(ShuffleMaskLHS, NumElts) && in lowerVECTOR_SHUFFLE()
6295 !ShuffleVectorInst::isIdentityMask(ShuffleMaskRHS, NumElts)) in lowerVECTOR_SHUFFLE()
6306 SwapOps = SwapOps ^ ShuffleVectorInst::isIdentityMask(ShuffleMaskRHS, NumElts); in lowerVECTOR_SHUFFLE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2219 ShuffleVectorInst::isIdentityMask(NewMask, NumElts)) && in foldSelectShuffleOfSelectShuffle()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1947 bool ShuffleVectorInst::isIdentityMask(ArrayRef<int> Mask, int NumSrcElts) { in isIdentityMask() function in ShuffleVectorInst
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1552 ShuffleVectorInst::isIdentityMask(Mask, Mask.size())) in getShuffleCost()
1779 if (!ShuffleVectorInst::isIdentityMask(RegMask, RegMask.size())) { in getShuffleCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8502 ShuffleVectorInst::isIdentityMask(M, M.size()) || in isShuffleMaskLegal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp25785 if (!ShuffleVectorInst::isIdentityMask(NewMask, NewMask.size()) || in foldExtractSubvectorFromShuffleVector()