Home
last modified time | relevance | path

Searched refs:isDeInterleaveMaskOfFactor (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp223 if (ShuffleVectorInst::isDeInterleaveMaskOfFactor(Mask, Factor, Index)) in isDeInterleaveMask()
340 if (!ShuffleVectorInst::isDeInterleaveMaskOfFactor( in lowerInterleavedLoad()
350 if (!ShuffleVectorInst::isDeInterleaveMaskOfFactor( in lowerInterleavedLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h933 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() function
935 return llvm::ShuffleVectorInst::isDeInterleaveMaskOfFactor(Mask, Factor, in isDeInterleaveMaskOfFactor()
938 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor) { in isDeInterleaveMaskOfFactor() function
939 return llvm::ShuffleVectorInst::isDeInterleaveMaskOfFactor(Mask, Factor); in isDeInterleaveMaskOfFactor()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2388 LLVM_ABI static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask,
2391 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor) {
2393 return isDeInterleaveMaskOfFactor(Mask, Factor, Unused);
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5503 (ShuffleVectorInst::isDeInterleaveMaskOfFactor(Mask, 3) || in getShuffleCost()
5504 ShuffleVectorInst::isDeInterleaveMaskOfFactor(Mask, 4))) in getShuffleCost()
H A DAArch64ISelLowering.cpp22477 bool IsDeInterleave = ShuffleVectorInst::isDeInterleaveMaskOfFactor( in performZExtDeinterleaveShuffleCombine()
22489 ShuffleVectorInst::isDeInterleaveMaskOfFactor( in performZExtDeinterleaveShuffleCombine()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2443 bool ShuffleVectorInst::isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, in isDeInterleaveMaskOfFactor() function in ShuffleVectorInst
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12412 ShuffleVectorInst::isDeInterleaveMaskOfFactor(CommonMask, in createShuffle()
15780 ShuffleVectorInst::isDeInterleaveMaskOfFactor( in isGatherShuffledSingleRegisterEntry()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5836 if (ShuffleVectorInst::isDeInterleaveMaskOfFactor(Mask, Factor, Index) && in lowerVECTOR_SHUFFLE()
5874 ShuffleVectorInst::isDeInterleaveMaskOfFactor(Mask, 2, Index) && in lowerVECTOR_SHUFFLE()