Home
last modified time | relevance | path

Searched refs:RISCVMachineCombinerPattern (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2057 Patterns.push_back(IsFAdd ? RISCVMachineCombinerPattern::FMADD_AX in getFPFusedMultiplyPatterns()
2058 : RISCVMachineCombinerPattern::FMSUB); in getFPFusedMultiplyPatterns()
2063 Patterns.push_back(IsFAdd ? RISCVMachineCombinerPattern::FMADD_XA in getFPFusedMultiplyPatterns()
2064 : RISCVMachineCombinerPattern::FNMSUB); in getFPFusedMultiplyPatterns()
2144 Patterns.push_back(RISCVMachineCombinerPattern::SHXADD_ADD_SLLI_OP1); in getSHXADDPatterns()
2148 Patterns.push_back(RISCVMachineCombinerPattern::SHXADD_ADD_SLLI_OP2); in getSHXADDPatterns()
2157 case RISCVMachineCombinerPattern::FMADD_AX: in getCombinerObjective()
2158 case RISCVMachineCombinerPattern::FMADD_XA: in getCombinerObjective()
2159 case RISCVMachineCombinerPattern::FMSUB: in getCombinerObjective()
2160 case RISCVMachineCombinerPattern in getCombinerObjective()
[all...]
H A DRISCVInstrInfo.h53 enum RISCVMachineCombinerPattern : unsigned { enum