Home
last modified time | relevance | path

Searched refs:m_Mul (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelAttributes.cpp192 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))); in processUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp288 if ((match(Op0, m_Mul(m_Value(MulOp0), m_SpecificInt(Mask01)))) && in tryToRecognizePopCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp503 return match(V, m_Mul(m_Value(Op1), m_Value(Op2))); in matchTernaryOp()
DStraightLineStrengthReduce.cpp404 if (match(RHS, m_Mul(m_Value(S), m_ConstantInt(Idx)))) { in allocateCandidatesAndFindBasisForAdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp199 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)), in visitMul()
214 if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) { in visitMul()
272 if (!match(Mul, m_Mul(m_Value(), m_Value()))) in visitMul()
DInstCombineAddSub.cpp957 if (match(E, m_Mul(m_Value(Op), m_APInt(AI)))) { in MatchMul()
2019 if (match(Op1, m_Mul(m_Value(A), m_Constant(C))) && !isa<ConstantExpr>(C)) { in visitSub()
DInstCombineShifts.cpp1028 if (match(Op0, m_Mul(m_Value(X), m_Constant(C2)))) in visitShl()
DInstCombineCompares.cpp5629 if (match(Op0, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
5633 if (match(Op1, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
DInstCombineAndOrXor.cpp1690 !match(Op0, m_OneUse(m_Mul(m_Specific(Op1), m_Constant(C)))) && in narrowMaskedBinOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h851 inline BinaryOp_match<LHS, RHS, Instruction::Mul> m_Mul(const LHS &L, in m_Mul() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp2299 else if (match(V, m_Mul(m_Value(X), m_Value(Y)))) { in isKnownNonZero()