Searched refs:m_Instruction (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 88 if (match(J, m_CombineOr(m_And(m_Instruction(I), m_APInt(M)), in lookThroughAnd() 89 m_And(m_APInt(M), m_Instruction(I))))) { in lookThroughAnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 583 if (!match(V, m_Select(m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2)), in isMinMaxWithLoads()
|
D | InstCombineSelect.cpp | 1238 if (!match(Sel.getTrueValue(), m_Instruction(ExtInst)) && in foldSelectExtConst() 1239 !match(Sel.getFalseValue(), m_Instruction(ExtInst))) in foldSelectExtConst()
|
D | InstCombineCalls.cpp | 3739 if (match(IIOperand, m_ICmp(Pred, m_Instruction(LHS), m_Zero())) && in visitCallInst()
|
D | InstCombineCompares.cpp | 4826 m_Instruction(AddI))) && in visitICmpInst()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1905 m_Br(m_ICmp(Pred, m_Instruction(LHS), m_Instruction(RHS)), in findExistingExpansion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 2020 m_Br(m_ICmp(Pred, m_Instruction(LHS), m_Instruction(RHS)), in getRelatedExistingExpansion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 5536 if (match(Cond, m_Cmp(Pred, m_Specific(LHS), m_Instruction(L2)))) { in getOperationData() 5540 } else if (match(Cond, m_Cmp(Pred, m_Instruction(L1), m_Specific(RHS)))) { in getOperationData() 5547 if (!match(Cond, m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2))) || in getOperationData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 99 if (match(J, m_c_And(m_Instruction(I), m_APInt(M)))) { in lookThroughAnd()
|
/external/llvm/include/llvm/IR/ |
D | PatternMatch.h | 299 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; } in m_Instruction() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 476 inline bind_ty<Instruction> m_Instruction(Instruction *&I) { return I; } in m_Instruction() function
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 845 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4110 m_Instruction(AddI))) && in visitICmpInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1142 m_UAddWithOverflow(m_Value(A), m_Value(B), m_Instruction(AddI)))) in CombineUAddWithOverflow()
|