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.cpp479 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 …]
H A DPPCInstrInfo.h89 enum PPCMachineCombinerPattern : unsigned { enum