Searched refs:m_Load (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopIdiomVectorize.cpp | 293 if (!match(LoadA, m_Load(m_Value(A))) || !match(LoadB, m_Load(m_Value(B)))) in recognizeByteCompare()
|
H A D | VectorCombine.cpp | 1307 if (!match(&I, m_Load(m_Value(Ptr)))) in scalarizeLoadExtract()
|
H A D | SLPVectorizer.cpp | 6776 (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 D | LowerMatrixIntrinsics.cpp | 1037 if (match(Inst, m_Load(m_Value(Op1)))) in Visit() 1359 m_Load(m_Value()), in lowerDotProduct()
|
H A D | DeadStoreElimination.cpp | 1952 m_CombineAnd(m_Load(m_Specific(StorePtr)), in dominatingConditionImpliesValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 78 if (match(V, m_OneUse(m_Load(m_Value())))) in cheapToScalarize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1861 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 D | X86TargetTransformInfo.cpp | 1556 if (!Args.empty() && match(Args[0], m_OneUse(m_Load(m_Value()))) && in getShuffleCost()
|