Home
last modified time | relevance | path

Searched refs:PPCMachineCombinerPattern (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp477 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XY_BCA); in getFMAPatterns()
485 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XY_BAC); in getFMAPatterns()
512 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM); in getFMAPatterns()
517 Patterns.push_back(PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM); in getFMAPatterns()
544 case PPCMachineCombinerPattern::REASSOC_XY_BCA: in finalizeInsInstrs()
548 case PPCMachineCombinerPattern::REASSOC_XY_BAC: in finalizeInsInstrs()
740 case PPCMachineCombinerPattern::REASSOC_XY_AMM_BMM: in getCombinerObjective()
741 case PPCMachineCombinerPattern::REASSOC_XMM_AMM_BMM: in getCombinerObjective()
743 case PPCMachineCombinerPattern::REASSOC_XY_BCA: in getCombinerObjective()
744 case PPCMachineCombinerPattern::REASSOC_XY_BAC: in getCombinerObjective()
[all …]
H A DPPCInstrInfo.h92 enum PPCMachineCombinerPattern : unsigned { enum