Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h310 VFMADD_VL, enumerator
H A DRISCVISelLowering.cpp6038 return RISCVISD::VFMADD_VL; in getRISCVVLOp()
15476 case RISCVISD::VFMADD_VL: Opcode = RISCVISD::VFNMSUB_VL; break; in negateFMAOpcode()
15477 case RISCVISD::VFNMSUB_VL: Opcode = RISCVISD::VFMADD_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()
15583 case RISCVISD::VFMADD_VL: in performVFMADD_VLCombine()
17301 case RISCVISD::VFMADD_VL: in PerformDAGCombine()
20508 NODE_NAME_CASE(VFMADD_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td187 def riscv_vfmadd_vl : SDNode<"RISCVISD::VFMADD_VL", SDT_RISCVVecFMA_VL, [SDNPCommutative]>;