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.cpp2461 Patterns.push_back(IsFAdd ? RISCVMachineCombinerPattern::FMADD_AX in getFPFusedMultiplyPatterns()
2462 : RISCVMachineCombinerPattern::FMSUB); in getFPFusedMultiplyPatterns()
2467 Patterns.push_back(IsFAdd ? RISCVMachineCombinerPattern::FMADD_XA in getFPFusedMultiplyPatterns()
2468 : RISCVMachineCombinerPattern::FNMSUB); in getFPFusedMultiplyPatterns()
2563 Patterns.push_back(RISCVMachineCombinerPattern::SHXADD_ADD_SLLI_OP1); in getSHXADDPatterns()
2567 Patterns.push_back(RISCVMachineCombinerPattern::SHXADD_ADD_SLLI_OP2); in getSHXADDPatterns()
2576 case RISCVMachineCombinerPattern::FMADD_AX: in getCombinerObjective()
2577 case RISCVMachineCombinerPattern::FMADD_XA: in getCombinerObjective()
2578 case RISCVMachineCombinerPattern::FMSUB: in getCombinerObjective()
2579 case RISCVMachineCombinerPattern::FNMSUB: in getCombinerObjective()
[all …]
H A DRISCVInstrInfo.h53 enum RISCVMachineCombinerPattern : unsigned { enum