Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h302 SINT_TO_FP_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td299 def riscv_sint_to_fp_vl : SDNode<"RISCVISD::SINT_TO_FP_VL", SDT_RISCVI2FPOp_VL>;
H A DRISCVISelLowering.cpp3130 // VFROUND_NOEXCEPT_VL includes SINT_TO_FP_VL. in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()
3132 Truncated = DAG.getNode(RISCVISD::SINT_TO_FP_VL, DL, ContainerVT, Truncated, in lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND()
3232 // VFROUND_NOEXCEPT_VL includes SINT_TO_FP_VL. in lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND()
6667 RVVOpc = RISCVISD::SINT_TO_FP_VL; in LowerOperation()
11432 unsigned RISCVISDExtOpc = RISCVISDOpc == RISCVISD::SINT_TO_FP_VL in lowerVPFPIntConvOp()
20537 NODE_NAME_CASE(SINT_TO_FP_VL) in getTargetNodeName()