Searched refs:m_FSub (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAddSub.cpp | 1467 m_OneUse(m_FSub(m_FPOne(), in factorizeLerp() 2184 match(Op, m_OneUse(m_FSub(m_Value(X), m_Value(Y))))) in visitFNeg() 2249 if (match(Op1, m_OneUse(m_FSub(m_Value(X), m_Value(Y))))) { in visitFSub() 2308 if (match(Op0, m_FSub(m_Specific(Op1), m_Value(X)))) in visitFSub() 2331 if (match(Op0, m_OneUse(m_c_FAdd(m_OneUse(m_FSub(m_Value(X), m_Value(Y))), in visitFSub() 2364 if (match(Op0, m_OneUse(m_FSub(m_Value(X), m_Value(Y))))) { in visitFSub()
|
| H A D | InstCombineSelect.cpp | 2854 match(TrueVal, m_FSub(m_PosZeroFP(), m_Specific(FalseVal))) && in visitSelectInst() 2862 match(FalseVal, m_FSub(m_PosZeroFP(), m_Specific(TrueVal))) && in visitSelectInst()
|
| H A D | InstCombineMulDivRem.cpp | 497 if (match(Op0, m_OneUse(m_FSub(m_Constant(C1), m_Value(X))))) { in visitFMul()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4850 if (match(Op0, m_FSub(m_AnyZeroFP(), m_Specific(Op1))) || in SimplifyFAddInst() 4851 match(Op1, m_FSub(m_AnyZeroFP(), m_Specific(Op0)))) in SimplifyFAddInst() 4863 (match(Op0, m_FSub(m_Value(X), m_Specific(Op1))) || in SimplifyFAddInst() 4864 match(Op1, m_FSub(m_Value(X), m_Specific(Op0))))) in SimplifyFAddInst() 4899 (match(Op1, m_FSub(m_AnyZeroFP(), m_Value(X))) || in SimplifyFSubInst() 4910 (match(Op1, m_FSub(m_Specific(Op0), m_Value(X))) || in SimplifyFSubInst()
|
| H A D | IVDescriptors.cpp | 584 m_FSub(m_Value(Op1), m_Value(Op2)).match(I1)) && in isConditionalRdxPattern()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1026 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L, in m_FSub() function 1071 return m_FSub(m_AnyZeroFP(), X); in m_FNegNSZ()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Reassociate.cpp | 2164 if (match(I, m_FSub(m_Value(X), m_OneUse(m_Instruction(Op))))) in canonicalizeNegFPConstants()
|