Home
last modified time | relevance | path

Searched refs:MachineCombinerPattern (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp16 #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...]
H A DMachineCombiner.cpp17 #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()
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCombinerPattern.h28 enum MachineCombinerPattern : unsigned { enum
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h54 FMADD_AX = MachineCombinerPattern::TARGET_PATTERN_START,
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h32 DPWSSD = MachineCombinerPattern::TARGET_PATTERN_START,
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h92 REASSOC_XY_AMM_BMM = MachineCombinerPattern::TARGET_PATTERN_START,
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h39 SUBADD_OP1 = MachineCombinerPattern::TARGET_PATTERN_START,