Searched refs:RISCVMachineCombinerPattern (Results 1 – 2 of 2) sorted by relevance
2057 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::FNMSUB: in getCombinerObjective()[all …]
53 enum RISCVMachineCombinerPattern : unsigned { enum