Searched refs:m_FSub (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 1419 m_OneUse(m_FSub(m_FPOne(), in factorizeLerp() 2168 match(Op, m_OneUse(m_FSub(m_Value(X), m_Value(Y))))) in visitFNeg() 2208 if (match(Op1, m_OneUse(m_FSub(m_Value(X), m_Value(Y))))) { in visitFSub() 2260 if (match(Op0, m_FSub(m_Specific(Op1), m_Value(X)))) in visitFSub()
|
D | InstCombineSelect.cpp | 2474 match(TrueVal, m_FSub(m_PosZeroFP(), m_Specific(FalseVal))) && in visitSelectInst() 2482 match(FalseVal, m_FSub(m_PosZeroFP(), m_Specific(TrueVal))) && in visitSelectInst()
|
D | InstCombineMulDivRem.cpp | 467 if (match(Op0, m_OneUse(m_FSub(m_Constant(C1), m_Value(X))))) { in visitFMul()
|
D | InstCombineCalls.cpp | 2705 if ((match(Arg0, m_OneUse(m_FSub(m_Value(A), m_Value(B)))) && in visitCallInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 4603 if (match(Op0, m_FSub(m_AnyZeroFP(), m_Specific(Op1))) || in SimplifyFAddInst() 4604 match(Op1, m_FSub(m_AnyZeroFP(), m_Specific(Op0)))) in SimplifyFAddInst() 4616 (match(Op0, m_FSub(m_Value(X), m_Specific(Op1))) || in SimplifyFAddInst() 4617 match(Op1, m_FSub(m_Value(X), m_Specific(Op0))))) in SimplifyFAddInst() 4652 (match(Op1, m_FSub(m_AnyZeroFP(), m_Value(X))) || in SimplifyFSubInst() 4663 (match(Op1, m_FSub(m_Specific(Op0), m_Value(X))) || in SimplifyFSubInst()
|
D | IVDescriptors.cpp | 545 m_FSub(m_Value(Op1), m_Value(Op2)).match(I1)) && in isConditionalRdxPattern()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 802 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L, in m_FSub() function 847 return m_FSub(m_AnyZeroFP(), X); in m_FNegNSZ()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 2066 if (match(I, m_FSub(m_Value(X), m_OneUse(m_Instruction(Op))))) in canonicalizeNegFPConstants()
|