Searched refs:MachineCombinerPattern (Results 1 – 7 of 7) sorted by relevance
16 #include "llvm/CodeGen/MachineCombinerPattern.h"933 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_YB); in getMachineCombinerPatterns() 934 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_YB); in getMachineCombinerPatterns() 936 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_BY); in getMachineCombinerPatterns() 937 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_BY); in getMachineCombinerPatterns() 1006 case MachineCombinerPattern::REASSOC_AX_BY: in getReassociationOpcodes() 1014 case MachineCombinerPattern::REASSOC_XA_BY: in getReassociationOpcodes() 1022 case MachineCombinerPattern::REASSOC_AX_YB: in getReassociationOpcodes() 1030 case MachineCombinerPattern::REASSOC_XA_YB: in getReassociationOpcodes() 1049 case MachineCombinerPattern in mustSwapOperands() [all...]
17 #include "llvm/CodeGen/MachineCombinerPattern.h"300 // MachineCombinerPattern class.302 case MachineCombinerPattern::REASSOC_AX_BY: in getCombinerObjective() 303 case MachineCombinerPattern::REASSOC_AX_YB: in getCombinerObjective() 304 case MachineCombinerPattern::REASSOC_XA_BY: in getCombinerObjective() 305 case MachineCombinerPattern::REASSOC_XA_YB: in getCombinerObjective()
28 enum MachineCombinerPattern : unsigned { enum
54 FMADD_AX = MachineCombinerPattern::TARGET_PATTERN_START,
32 DPWSSD = MachineCombinerPattern::TARGET_PATTERN_START,
92 REASSOC_XY_AMM_BMM = MachineCombinerPattern::TARGET_PATTERN_START,
39 SUBADD_OP1 = MachineCombinerPattern::TARGET_PATTERN_START,