Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp2129 if (match(I, m_FAdd(m_Value(X), m_OneUse(m_Instruction(Op))))) in canonicalizeNegFPConstants()
2132 if (match(I, m_FAdd(m_OneUse(m_Instruction(Op)), m_Value(X)))) in canonicalizeNegFPConstants()
H A DLowerMatrixIntrinsics.cpp126 return m_CombineOr(m_Add(L, R), m_FAdd(L, R)); in m_AnyAdd()
1009 else if (match(&I, m_FAdd(m_Value(A), m_Value(B))) && in liftTranspose()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp873 if (!(((m_FAdd(m_Value(Op1), m_Value(Op2)).match(I1) || in isConditionalRdxPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h892 inline BinaryOpc_match<LHS, RHS, true> m_FAdd(const LHS &L, const RHS &R) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp816 if (match(Op0, m_OneUse(m_FAdd(m_Value(X), m_Constant(C1))))) { in foldFMulReassoc()
H A DInstCombineAddSub.cpp2936 if (I.hasNoSignedZeros() && match(FNegOp, m_FAdd(m_Value(X), m_Constant(C)))) in foldFNegIntoConstant()
H A DInstCombineCompares.cpp8733 if (match(Op0, m_FAdd(m_Value(X), m_AnyZeroFP()))) in visitFCmpInst()
8737 if (match(Op1, m_FAdd(m_Value(Y), m_AnyZeroFP()))) in visitFCmpInst()
H A DInstCombineSelect.cpp3807 if (!match(FAdd, m_FAdd(m_Specific(X), m_Specific(C)))) in foldSelectIntoAddConstant()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1147 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.cpp21916 if (match(I, m_FAdd(m_Value(), m_Value()))) in getRdxKind()