Searched refs:PPCMachineCombinerPattern (Results 1 – 2 of 2) sorted by relevance
479 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XY_BCA); in getFMAPatterns()487 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XY_BAC); in getFMAPatterns()514 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM); in getFMAPatterns()519 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM); in getFMAPatterns()546 case PPCMachineCombinerPattern::REASSOC_XY_BCA: in finalizeInsInstrs()550 case PPCMachineCombinerPattern::REASSOC_XY_BAC: in finalizeInsInstrs()742 case PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM: in getCombinerObjective()743 case PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM: in getCombinerObjective()745 case PPCMachineCombinerPattern::REASSOC_XY_BCA: in getCombinerObjective()746 case PPCMachineCombinerPattern::REASSOC_XY_BAC: in getCombinerObjective()[all …]
89 enum PPCMachineCombinerPattern : unsigned { enum