Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h158 VFMV_V_F_VL, enumerator
H A DRISCVISelDAGToDAG.cpp66 VT.isInteger() ? RISCVISD::VMV_V_X_VL : RISCVISD::VFMV_V_F_VL; in PreprocessISelDAG()
2094 case RISCVISD::VFMV_V_F_VL: { in Select()
H A DRISCVISelLowering.cpp2910 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()
3020 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND()
3543 unsigned Opc = VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL in lowerBuildVectorOfConstants()
3796 unsigned Opc = VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL in lowerBUILD_VECTOR()
4005 return DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, VT, Passthru, Scalar, VL); in lowerScalarSplat()
4828 VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL : RISCVISD::VMV_V_X_VL; in lowerVECTOR_SHUFFLE()
8593 return DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN()
15910 case RISCVISD::VFMV_V_F_VL: { in PerformDAGCombine()
18866 NODE_NAME_CASE(VFMV_V_F_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td70 def riscv_vfmv_v_f_vl : SDNode<"RISCVISD::VFMV_V_F_VL",