Home
last modified time | relevance | path

Searched defs:PreferredFusedOpcode (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5078 unsigned PreferredFusedOpcode = in matchCombineFAddFMulToFMadOrFMA() local
5129 unsigned PreferredFusedOpcode = in matchCombineFAddFpExtFMulToFMadOrFMA() local
5187 unsigned PreferredFusedOpcode = in matchCombineFAddFMAFMulToFMadOrFMA() local
5256 unsigned PreferredFusedOpcode = in matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local
5386 unsigned PreferredFusedOpcode = in matchCombineFSubFMulToFMadOrFMA() local
5428 unsigned PreferredFusedOpcode = in matchCombineFSubFNegFMulToFMadOrFMA() local
5475 unsigned PreferredFusedOpcode = in matchCombineFSubFpExtFMulToFMadOrFMA() local
5527 unsigned PreferredFusedOpcode = in matchCombineFSubFpExtFNegFMulToFMadOrFMA() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14004 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA; in visitFADDForFMACombine() local
14217 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA; in visitFSUBForFMACombine() local
14533 unsigned PreferredFusedOpcode = HasFMAD ? ISD::FMAD : ISD::FMA; in visitFMULForFMADistributiveCombine() local