Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp293 if (!match(LoadA, m_Load(m_Value(A))) || !match(LoadB, m_Load(m_Value(B)))) in recognizeByteCompare()
H A DVectorCombine.cpp1307 if (!match(&I, m_Load(m_Value(Ptr)))) in scalarizeLoadExtract()
H A DSLPVectorizer.cpp6776 (match(S.MainOp, m_Load(m_Value())) || all_of(VL, [&S](const Value *I) { in buildTree_rec()
6778 m_OneUse(m_ZExtOrSExt(m_OneUse(m_Load(m_Value()))))) && in buildTree_rec()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1037 if (match(Inst, m_Load(m_Value(Op1)))) in Visit()
1359 m_Load(m_Value()), in lowerDotProduct()
H A DDeadStoreElimination.cpp1952 m_CombineAnd(m_Load(m_Specific(StorePtr)), in dominatingConditionImpliesValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp78 if (match(V, m_OneUse(m_Load(m_Value())))) in cheapToScalarize()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1861 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1556 if (!Args.empty() && match(Args[0], m_OneUse(m_Load(m_Value()))) && in getShuffleCost()