Home
last modified time | relevance | path

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/
DInstCombineAddSub.cpp1419 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()
DInstCombineSelect.cpp2474 match(TrueVal, m_FSub(m_PosZeroFP(), m_Specific(FalseVal))) && in visitSelectInst()
2482 match(FalseVal, m_FSub(m_PosZeroFP(), m_Specific(TrueVal))) && in visitSelectInst()
DInstCombineMulDivRem.cpp467 if (match(Op0, m_OneUse(m_FSub(m_Constant(C1), m_Value(X))))) { in visitFMul()
DInstCombineCalls.cpp2705 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/
DInstructionSimplify.cpp4603 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()
DIVDescriptors.cpp545 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/
DPatternMatch.h802 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/
DReassociate.cpp2066 if (match(I, m_FSub(m_Value(X), m_OneUse(m_Instruction(Op))))) in canonicalizeNegFPConstants()