Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1073 Patterns.push_back(MachineCombinerPattern::ACC_CHAIN); in getAccumulatorReassociationPatterns()
1156 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_YB); in getMachineCombinerPatterns()
1157 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_YB); in getMachineCombinerPatterns()
1159 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_BY); in getMachineCombinerPatterns()
1160 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_BY); in getMachineCombinerPatterns()
1178 case MachineCombinerPattern::ACC_CHAIN: in getCombinerObjective()
1236 case MachineCombinerPattern::REASSOC_AX_BY: in getReassociationOpcodes()
1244 case MachineCombinerPattern::REASSOC_XA_BY: in getReassociationOpcodes()
1252 case MachineCombinerPattern::REASSOC_AX_YB: in getReassociationOpcodes()
1260 case MachineCombinerPattern::REASSOC_XA_YB: in getReassociationOpcodes()
[all …]
H A DMachineCombiner.cpp302 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCombinerPattern.h28 enum MachineCombinerPattern : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h54 FMADD_AX = MachineCombinerPattern::TARGET_PATTERN_START,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h32 DPWSSD = MachineCombinerPattern::TARGET_PATTERN_START,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h94 REASSOC_XY_AMM_BMM = MachineCombinerPattern::TARGET_PATTERN_START,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h39 SUBADD_OP1 = MachineCombinerPattern::TARGET_PATTERN_START,