Searched refs:VFMV_V_F_VL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 169 VFMV_V_F_VL, enumerator
|
H A D | RISCVISelDAGToDAG.cpp | 65 VT.isInteger() ? RISCVISD::VMV_V_X_VL : RISCVISD::VFMV_V_F_VL; in PreprocessISelDAG() 2283 case RISCVISD::VFMV_V_F_VL: { in Select()
|
H A D | RISCVISelLowering.cpp | 3082 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() 3192 SDValue MaxValSplat = DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, ContainerVT, in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() 3711 unsigned Opc = VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL in lowerBuildVectorOfConstants() 4058 unsigned Opc = VT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL in lowerBUILD_VECTOR() 4313 return DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, VT, Passthru, Scalar, VL); in lowerScalarSplat() 5177 unsigned Opc = SplatVT.isFloatingPoint() ? RISCVISD::VFMV_V_F_VL in lowerVECTOR_SHUFFLE() 9220 return DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, Op.getValueType(), in LowerINTRINSIC_WO_CHAIN() 14350 case RISCVISD::VFMV_V_F_VL: in getOrCreateExtendedOp() 14355 return DAG.getNode(RISCVISD::VFMV_V_F_VL, DL, NarrowVT, in getOrCreateExtendedOp() 14583 case RISCVISD::VFMV_V_F_VL in fillUpExtensionSupport() [all...] |
H A D | RISCVInstrInfoVVLPatterns.td | 82 def riscv_vfmv_v_f_vl : SDNode<"RISCVISD::VFMV_V_F_VL",
|