Home
last modified time | relevance | path

Searched refs:m_FAdd (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2128 if (match(I, m_FAdd(m_Value(X), m_OneUse(m_Instruction(Op))))) in canonicalizeNegFPConstants()
2131 if (match(I, m_FAdd(m_OneUse(m_Instruction(Op)), m_Value(X)))) in canonicalizeNegFPConstants()
H A DLowerMatrixIntrinsics.cpp130 return m_CombineOr(m_Add(L, R), m_FAdd(L, R)); in m_AnyAdd()
905 else if (match(&I, m_FAdd(m_Value(A), m_Value(B))) && in liftTranspose()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h625 inline BinaryOpc_match<LHS, RHS, true> m_FAdd(const LHS &L, const RHS &R) {
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp748 if (!(((m_FAdd(m_Value(Op1), m_Value(Op2)).match(I1) || in isConditionalRdxPattern()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp717 if (match(Op0, m_OneUse(m_FAdd(m_Value(X), m_Constant(C1))))) { in foldFMulReassoc()
H A DInstCombineAddSub.cpp2707 if (I.hasNoSignedZeros() && match(FNegOp, m_FAdd(m_Value(X), m_Constant(C)))) in foldFNegIntoConstant()
H A DInstCombineCompares.cpp8262 if (match(Op0, m_FAdd(m_Value(X), m_AnyZeroFP()))) in visitFCmpInst()
8266 if (match(Op1, m_FAdd(m_Value(Y), m_AnyZeroFP()))) in visitFCmpInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1098 inline BinaryOp_match<LHS, RHS, Instruction::FAdd> m_FAdd(const LHS &L, in m_FAdd() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp16825 if (match(I, m_FAdd(m_Value(), m_Value()))) in getRdxKind()