Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h295 VFCVT_RTZ_X_F_VL, enumerator
H A DRISCVISelLowering.cpp2991 IsSigned ? RISCVISD::VFCVT_RTZ_X_F_VL : RISCVISD::VFCVT_RTZ_XU_F_VL; in lowerFP_TO_INT_SAT()
3116 Truncated = DAG.getNode(RISCVISD::VFCVT_RTZ_X_F_VL, DL, IntVT, Src, in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()
6070 return RISCVISD::VFCVT_RTZ_X_F_VL; in getRISCVVLOp()
6661 RVVOpc = RISCVISD::VFCVT_RTZ_X_F_VL; in LowerOperation()
15344 IsSigned ? RISCVISD::VFCVT_RTZ_X_F_VL : RISCVISD::VFCVT_RTZ_XU_F_VL; in performFP_TO_INTCombine()
20530 NODE_NAME_CASE(VFCVT_RTZ_X_F_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td282 def riscv_vfcvt_rtz_x_f_vl : SDNode<"RISCVISD::VFCVT_RTZ_X_F_VL", SDT_RISCVFP2IOp_VL>;