Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp551 return (match(L1, m_Load(m_Specific(LHS))) && in isMinMaxWithLoads()
552 match(L2, m_Load(m_Specific(RHS)))) || in isMinMaxWithLoads()
553 (match(L1, m_Load(m_Specific(RHS))) && in isMinMaxWithLoads()
554 match(L2, m_Load(m_Specific(LHS)))); in isMinMaxWithLoads()
1330 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
DInstCombineVectorOps.cpp63 if (match(V, m_OneUse(m_Load(m_Value())))) in cheapToScalarize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp503 if (match(&Inst, m_Load(m_Value(Op1)))) in Visit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1289 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3631 if (!match(ZextLoad, m_ZExt(m_Load(m_Value(LoadPtr))))) in isLoadCombineReductionCandidate()