Home
last modified time | relevance | path

Searched refs:VFMSUB_VL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h293 VFMSUB_VL, enumerator
H A DRISCVISelLowering.cpp14035 case RISCVISD::VFNMADD_VL: Opcode = RISCVISD::VFMSUB_VL; break; in negateFMAOpcode()
14036 case RISCVISD::VFMSUB_VL: Opcode = RISCVISD::VFNMADD_VL; break; in negateFMAOpcode()
14050 case RISCVISD::VFMADD_VL: Opcode = RISCVISD::VFMSUB_VL; break; in negateFMAOpcode()
14051 case RISCVISD::VFMSUB_VL: Opcode = RISCVISD::VFMADD_VL; break; in negateFMAOpcode()
14152 case RISCVISD::VFMSUB_VL: in performVFMADD_VLCombine()
15773 case RISCVISD::VFMSUB_VL: in PerformDAGCombine()
18924 NODE_NAME_CASE(VFMSUB_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td172 def riscv_vfmsub_vl : SDNode<"RISCVISD::VFMSUB_VL", SDT_RISCVVecFMA_VL, [SDNPCommutative]>;