Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp210 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/
DARMParallelDSP.cpp470 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/
DAMDGPULowerKernelAttributes.cpp193 m_Mul(GroupIDIntrin, m_Specific(ZextGroupSize))); in processUse()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1631 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()
DInstCombineMulDivRem.cpp201 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()
DInstCombineCompares.cpp4122 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/
DNaryReassociate.cpp503 return match(V, m_Mul(m_Value(Op1), m_Value(Op2))); in matchTernaryOp()
DStraightLineStrengthReduce.cpp368 if (match(RHS, m_Mul(m_Value(S), m_ConstantInt(Idx)))) { in allocateCandidatesAndFindBasisForAdd()
/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp156 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()
DInstCombineAddSub.cpp1004 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()
DInstCombineShifts.cpp688 if (match(Op0, m_Mul(m_Value(X), m_Constant(C2)))) in visitShl()
DInstCombineCompares.cpp4838 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()
DInstCombineAndOrXor.cpp1370 !match(Op0, m_OneUse(m_Mul(m_Specific(Op1), m_Constant(C)))) && in narrowMaskedBinOp()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h316 m_Mul(const LHS &L, const RHS &R) { in m_Mul() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstructionSimplify.cpp637 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/
DPatternMatch.h458 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/
DPatternMatch.h670 inline BinaryOp_match<LHS, RHS, Instruction::Mul> m_Mul(const LHS &L, in m_Mul() function
/external/llvm/lib/Analysis/
DValueTracking.cpp1819 else if (match(V, m_Mul(m_Value(X), m_Value(Y)))) { in isKnownNonZero()
DInstructionSimplify.cpp1020 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/
DValueTracking.cpp2077 else if (match(V, m_Mul(m_Value(X), m_Value(Y)))) { in isKnownNonZero()