Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp553 return (match(L1, m_Load(m_Specific(LHS))) && in isMinMaxWithLoads()
554 match(L2, m_Load(m_Specific(RHS)))) || in isMinMaxWithLoads()
555 (match(L1, m_Load(m_Specific(RHS))) && in isMinMaxWithLoads()
556 match(L2, m_Load(m_Specific(LHS)))); in isMinMaxWithLoads()
1298 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
H A DInstCombineVectorOps.cpp70 if (match(V, m_OneUse(m_Load(m_Value())))) in cheapToScalarize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp728 if (match(Inst, m_Load(m_Value(Op1)))) in Visit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1573 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4210 !match(ZextLoad, m_ZExt(m_Load(m_Value(LoadPtr))))) in isLoadCombineCandidateImpl()