/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelAttributes.cpp | 192 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))); in processUse()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1631 if (match(Op1, m_Mul(m_Value(A), m_Neg(m_Value(B)))) || in visitSub() 1632 match(Op1, m_Mul(m_Neg(m_Value(A)), m_Value(B)))) in visitSub() 1637 if (match(Op1, m_Mul(m_Value(A), m_Constant(CI))) || in visitSub() 1638 match(Op1, m_Mul(m_Constant(CI), m_Value(A)))) { in visitSub()
|
D | InstCombineMulDivRem.cpp | 201 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)), in visitMul() 216 if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) { in visitMul() 287 if (!match(Mul, m_Mul(m_Value(), m_Value()))) in visitMul()
|
D | InstCombineCompares.cpp | 4122 if (match(Op0, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst() 4126 if (match(Op1, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 288 if ((match(Op0, m_Mul(m_Value(MulOp0), m_SpecificInt(Mask01)))) && in tryToRecognizePopCount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 503 return match(V, m_Mul(m_Value(Op1), m_Value(Op2))); in matchTernaryOp()
|
D | StraightLineStrengthReduce.cpp | 404 if (match(RHS, m_Mul(m_Value(S), m_ConstantInt(Idx)))) { in allocateCandidatesAndFindBasisForAdd()
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 503 return match(V, m_Mul(m_Value(Op1), m_Value(Op2))); in matchTernaryOp()
|
D | StraightLineStrengthReduce.cpp | 368 if (match(RHS, m_Mul(m_Value(S), m_ConstantInt(Idx)))) { in allocateCandidatesAndFindBasisForAdd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 199 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()
|
D | InstCombineAddSub.cpp | 957 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()
|
D | InstCombineShifts.cpp | 1028 if (match(Op0, m_Mul(m_Value(X), m_Constant(C2)))) in visitShl()
|
D | InstCombineCompares.cpp | 5629 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()
|
D | InstCombineAndOrXor.cpp | 1690 !match(Op0, m_OneUse(m_Mul(m_Specific(Op1), m_Constant(C)))) && in narrowMaskedBinOp()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 458 inline BinaryOp_match<LHS, RHS, Instruction::Mul> m_Mul(const LHS &L, in m_Mul() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 851 inline BinaryOp_match<LHS, RHS, Instruction::Mul> m_Mul(const LHS &L, in m_Mul() function
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 1819 else if (match(V, m_Mul(m_Value(X), m_Value(Y)))) { in isKnownNonZero()
|
D | InstructionSimplify.cpp | 1020 if (match(Op0, m_Mul(m_Value(X), m_Value(Y))) && (X == Op1 || Y == Op1)) { in SimplifyDiv()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2299 else if (match(V, m_Mul(m_Value(X), m_Value(Y)))) { in isKnownNonZero()
|