Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2225 !match(Op1, m_Poison()) || match(Mask, m_ZeroMask()) || IndexC == 0) in canonicalizeInsertSplat()
2766 !match(SVI.getShuffleMask(), m_ZeroMask()) || in simplifyBinOpSplats()
2772 if (!match(Op0, m_BinOp(m_Shuffle(m_Value(X), m_Poison(), m_ZeroMask()), in simplifyBinOpSplats()
2775 m_Shuffle(m_Value(Y), m_Poison(), m_ZeroMask())))) in simplifyBinOpSplats()
2804 if (match(SVI.getShuffleMask(), m_ZeroMask()) && !isa<PoisonValue>(RHS)) in visitShuffleVectorInst()
H A DInstCombineSimplifyDemanded.cpp1910 if (match(Mask, m_ZeroMask()) && Mask[0] != PoisonMaskElem) in SimplifyDemandedVectorElts()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp260 m_Value(), m_ZeroMask()))) in getSplatValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp848 m_Value(), m_ZeroMask()))) { in shouldSinkOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1806 struct m_ZeroMask { struct
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7307 m_Undef(), m_ZeroMask()))) in optimizeShuffleVectorInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2169 m_Undef(), m_ZeroMask()))) in shouldSinkOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19386 m_Undef(), m_ZeroMask()))) in shouldSinkOperands()