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.cpp931 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_YB); in getMachineCombinerPatterns()
932 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_YB); in getMachineCombinerPatterns()
934 Patterns.push_back(MachineCombinerPattern::REASSOC_AX_BY); in getMachineCombinerPatterns()
935 Patterns.push_back(MachineCombinerPattern::REASSOC_XA_BY); in getMachineCombinerPatterns()
1004 case MachineCombinerPattern::REASSOC_AX_BY: in getReassociationOpcodes()
1012 case MachineCombinerPattern::REASSOC_XA_BY: in getReassociationOpcodes()
1020 case MachineCombinerPattern::REASSOC_AX_YB: in getReassociationOpcodes()
1028 case MachineCombinerPattern::REASSOC_XA_YB: in getReassociationOpcodes()
1047 case MachineCombinerPattern::REASSOC_AX_BY: in mustSwapOperands()
1049 case MachineCombinerPattern::REASSOC_XA_BY: in mustSwapOperands()
[all …]
H A DMachineCombiner.cpp305 case MachineCombinerPattern::REASSOC_AX_BY: in getCombinerObjective()
306 case MachineCombinerPattern::REASSOC_AX_YB: in getCombinerObjective()
307 case MachineCombinerPattern::REASSOC_XA_BY: in getCombinerObjective()
308 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.h91 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,