Lines Matching refs:PPCMachineCombinerPattern
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()
774 case PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM: in genAlternativeCodeSequence()
775 case PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM: in genAlternativeCodeSequence()
776 case PPCMachineCombinerPattern::REASSOC_XY_BCA: in genAlternativeCodeSequence()
777 case PPCMachineCombinerPattern::REASSOC_XY_BAC: in genAlternativeCodeSequence()
806 (Pattern == PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM) || in reassociateFMA()
807 (Pattern == PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM); in reassociateFMA()
817 case PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM: in reassociateFMA()
818 case PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM: in reassociateFMA()
822 case PPCMachineCombinerPattern::REASSOC_XY_BAC: { in reassociateFMA()
828 case PPCMachineCombinerPattern::REASSOC_XY_BCA: { in reassociateFMA()
869 if (Pattern == PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM) { in reassociateFMA()
872 } else if (Pattern == PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM) { in reassociateFMA()
897 if (Pattern == PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM) { in reassociateFMA()
917 case PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM: { in reassociateFMA()
952 case PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM: { in reassociateFMA()
996 case PPCMachineCombinerPattern::REASSOC_XY_BAC: in reassociateFMA()
997 case PPCMachineCombinerPattern::REASSOC_XY_BCA: { in reassociateFMA()
1000 if (Pattern == PPCMachineCombinerPattern::REASSOC_XY_BCA) { in reassociateFMA()