OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Mul
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULowerKernelAttributes.cpp
183
m_Mul
(GroupIDIntrin, m_Specific(ZextGroupSize)));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/
AggressiveInstCombine.cpp
332
if ((match(Op0,
m_Mul
(m_Value(MulOp0), m_SpecificInt(Mask01)))) &&
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp
527
return match(V,
m_Mul
(m_Value(Op1), m_Value(Op2)));
StraightLineStrengthReduce.cpp
415
if (match(RHS,
m_Mul
(m_Value(S), m_ConstantInt(Idx)))) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
172
if (match(&I,
m_Mul
(m_Shl(m_Value(NewOp), m_Constant(C2)),
187
if (match(&I,
m_Mul
(m_Value(NewOp), m_Constant(C1)))) {
228
if (!match(Mul,
m_Mul
(m_Value(), m_Value())))
InstCombineCompares.cpp
4011
if (match(Op0,
m_Mul
(m_Value(X), m_APInt(C))) && *C != 0 &&
4012
match(Op1,
m_Mul
(m_Value(Y), m_SpecificInt(*C))) && I.isEquality())
5753
if (match(Op0,
m_Mul
(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) {
5757
if (match(Op1,
m_Mul
(m_ZExt(m_Value(A)), m_ZExt(m_Value(B))))) {
InstCombineShifts.cpp
1019
if (match(Op0,
m_Mul
(m_Value(X), m_Constant(C2))))
InstCombineAddSub.cpp
1003
if (match(E,
m_Mul
(m_Value(Op), m_APInt(AI)))) {
InstCombineAndOrXor.cpp
1751
!match(Op0, m_OneUse(
m_Mul
(m_Specific(Op1), m_Constant(C)))) &&
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp
2885
if ((match(LBO, m_UDiv(
m_Mul
(m_Specific(RHS), m_APInt(C1)), m_APInt(C2))) &&
2887
(match(LBO, m_LShr(
m_Mul
(m_Specific(RHS), m_APInt(C1)), m_APInt(C2))) &&
ValueTracking.cpp
2456
else if (match(V,
m_Mul
(m_Value(X), m_Value(Y)))) {
2653
return match(OBO,
m_Mul
(m_Specific(V1), m_APInt(C))) &&
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h
1075
inline BinaryOp_match<LHS, RHS, Instruction::Mul>
m_Mul
(const LHS &L,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
7125
if (match(I,
m_Mul
(m_Value(), m_Value())))
Completed in 102 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026