Searched refs:HasFMAD (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11529 bool HasFMAD = (LegalOperations && TLI.isFMADLegalForFAddFSub(DAG, N)); local
11537 if (!HasFMAD && !HasFMA)
11543 CanFuse || HasFMAD);
11553 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA;
11746 bool HasFMAD = (LegalOperations && TLI.isFMADLegalForFAddFSub(DAG, N)); local
11754 if (!HasFMAD && !HasFMA)
11760 CanFuse || HasFMAD);
11771 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA;
12064 bool HasFMAD = Options.UnsafeFPMath && local
12068 if (!HasFMAD
[all...]

Completed in 83 milliseconds