Home
last modified time | relevance | path

Searched refs:VFMV_S_F_VL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h176 VFMV_S_F_VL, enumerator
H A DRISCVISelDAGToDAG.cpp2281 case RISCVISD::VFMV_S_F_VL: in Select()
2286 Node->getOpcode() == RISCVISD::VFMV_S_F_VL; in Select()
H A DRISCVISelLowering.cpp4376 return DAG.getNode(RISCVISD::VFMV_S_F_VL, DL, VT, in lowerScalarInsert()
8527 VecVT.isFloatingPoint() ? RISCVISD::VFMV_S_F_VL : RISCVISD::VMV_S_X_VL; in lowerINSERT_VECTOR_ELT()
9270 return DAG.getNode(RISCVISD::VFMV_S_F_VL, DL, Op.getSimpleValueType(), in LowerINTRINSIC_WO_CHAIN()
13106 if (ScalarV.getOpcode() != RISCVISD::VFMV_S_F_VL && in combineBinOpToReduce()
17453 return DAG.getNode(RISCVISD::VFMV_S_F_VL, DL, VT, Passthru, Scalar, VL); in PerformDAGCombine()
17480 case RISCVISD::VFMV_S_F_VL: { in PerformDAGCombine()
20451 NODE_NAME_CASE(VFMV_S_F_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td92 def riscv_vfmv_s_f_vl : SDNode<"RISCVISD::VFMV_S_F_VL",