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.h312 VFMSUB_VL, enumerator
H A DRISCVISelLowering.cpp15478 case RISCVISD::VFNMADD_VL: Opcode = RISCVISD::VFMSUB_VL; break; in negateFMAOpcode()
15479 case RISCVISD::VFMSUB_VL: Opcode = RISCVISD::VFNMADD_VL; break; in negateFMAOpcode()
15493 case RISCVISD::VFMADD_VL: Opcode = RISCVISD::VFMSUB_VL; break; in negateFMAOpcode()
15494 case RISCVISD::VFMSUB_VL: Opcode = RISCVISD::VFMADD_VL; break; in negateFMAOpcode()
15592 case RISCVISD::VFMSUB_VL: in performVFMADD_VLCombine()
17303 case RISCVISD::VFMSUB_VL: in PerformDAGCombine()
20510 NODE_NAME_CASE(VFMSUB_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td189 def riscv_vfmsub_vl : SDNode<"RISCVISD::VFMSUB_VL", SDT_RISCVVecFMA_VL, [SDNPCommutative]>;