Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h426 STRICT_VFMSUB_VL, enumerator
H A DRISCVISelLowering.cpp15479 case RISCVISD::STRICT_VFNMADD_VL: Opcode = RISCVISD::STRICT_VFMSUB_VL; break; in negateFMAOpcode()
15480 case RISCVISD::STRICT_VFMSUB_VL: Opcode = RISCVISD::STRICT_VFNMADD_VL; break; in negateFMAOpcode()
15494 case RISCVISD::STRICT_VFMADD_VL: Opcode = RISCVISD::STRICT_VFMSUB_VL; break; in negateFMAOpcode()
15495 case RISCVISD::STRICT_VFMSUB_VL: Opcode = RISCVISD::STRICT_VFMADD_VL; break; in negateFMAOpcode()
17304 case RISCVISD::STRICT_VFMSUB_VL: in PerformDAGCombine()
20547 NODE_NAME_CASE(STRICT_VFMSUB_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td208 def riscv_strict_vfmsub_vl : SDNode<"RISCVISD::STRICT_VFMSUB_VL", SDT_RISCVVecFMA_VL, [SDNPCommutat…