Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A 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()
H A DInstCombineVectorOps.cpp63 if (match(V, m_OneUse(m_Load(m_Value())))) in cheapToScalarize()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp647 return (match(L1, m_Load(m_Specific(LHS))) && in isMinMaxWithLoads()
648 match(L2, m_Load(m_Specific(RHS)))) || in isMinMaxWithLoads()
649 (match(L1, m_Load(m_Specific(RHS))) && in isMinMaxWithLoads()
650 match(L2, m_Load(m_Specific(LHS)))); in isMinMaxWithLoads()
1382 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax()
H A DInstCombineVectorOps.cpp78 if (match(V, m_OneUse(m_Load(m_Value())))) in cheapToScalarize()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp503 if (match(&Inst, m_Load(m_Value(Op1)))) in Visit()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1133 if (!match(&I, m_Load(m_Value(Ptr)))) in scalarizeLoadExtract()
H A DSLPVectorizer.cpp5031 (match(S.MainOp, m_Load(m_Value())) || all_of(VL, [&S](const Value *I) { in buildTree_rec()
5033 m_OneUse(m_ZExtOrSExt(m_OneUse(m_Load(m_Value()))))) && in buildTree_rec()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h1289 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1003 if (match(Inst, m_Load(m_Value(Op1)))) in Visit()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DPatternMatch.h1563 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DPatternMatch.h1602 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DPatternMatch.h1672 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DPatternMatch.h1672 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPatternMatch.h1793 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3631 if (!match(ZextLoad, m_ZExt(m_Load(m_Value(LoadPtr))))) in isLoadCombineReductionCandidate()