/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 210 if (match(LHS, m_Mul(m_Value(W), m_Value(X))) && in visitAdd() 211 match(RHS, m_Mul(m_Value(Y), m_Value(Z)))) { in visitAdd() 632 if (match(Op1, m_Mul(m_Specific(Op0), m_ConstantInt(CI)))) { in visitSub() 647 if (match(Op1, m_Mul(m_Value(A), m_Neg(m_Value(B)))) || in visitSub() 648 match(Op1, m_Mul(m_Neg(m_Value(A)), m_Value(B)))) in visitSub() 653 if (match(Op1, m_Mul(m_Value(A), m_ConstantInt(CI))) || in visitSub() 654 match(Op1, m_Mul(m_ConstantInt(CI), m_Value(A)))) { in visitSub()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 470 while(match(Acc, m_Add(m_Mul(m_Value(MulOp0), m_Value(MulOp1)), in MatchParallelMACSequences() 477 m_Mul(m_Value(MulOp0), m_Value(MulOp1))))) { in MatchParallelMACSequences() 484 if (match(Acc, m_Add(m_Mul(m_Value(MulOp0), m_Value(MulOp1)), m_Value(A)))) in MatchParallelMACSequences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULowerKernelAttributes.cpp | 193 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/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-7.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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 156 if (match(&I, m_Mul(m_Shl(m_Value(NewOp), m_Constant(C2)), in visitMul() 171 if (match(&I, m_Mul(m_Value(NewOp), m_Constant(C1)))) { in visitMul() 227 if (!match(Mul, m_Mul(m_Value(), m_Value()))) in visitMul()
|
D | InstCombineAddSub.cpp | 1004 if (match(E, m_Mul(m_Value(Op), m_APInt(AI)))) { in MatchMul() 1781 if (match(Op1, m_Mul(m_Value(A), m_Constant(CI)))) { in visitSub()
|
D | InstCombineShifts.cpp | 688 if (match(Op0, m_Mul(m_Value(X), m_Constant(C2)))) in visitShl()
|
D | InstCombineCompares.cpp | 4838 if (match(Op0, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst() 4842 if (match(Op1, m_Mul(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) { in visitICmpInst()
|
D | InstCombineAndOrXor.cpp | 1370 !match(Op0, m_OneUse(m_Mul(m_Specific(Op1), m_Constant(C)))) && in narrowMaskedBinOp()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 316 m_Mul(const LHS &L, const RHS &R) { in m_Mul() function
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 637 if (match(Op0, m_Mul(m_Specific(Op1), m_ConstantInt<2>())) || in SimplifySubInst() 843 if (match(Op0, m_Mul(m_Value(X), m_Value(Y))) && (X == Op1 || Y == Op1)) { in SimplifyDiv()
|
/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-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 670 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-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2077 else if (match(V, m_Mul(m_Value(X), m_Value(Y)))) { in isKnownNonZero()
|