Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h250 FP_ROUND_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td131 def riscv_fpround_vl : SDNode<"RISCVISD::FP_ROUND_VL", SDT_RISCVFPRoundOp_VL>;
H A DRISCVISelLowering.cpp5174 unsigned ConvOpc = IsExtend ? RISCVISD::FP_EXTEND_VL : RISCVISD::FP_ROUND_VL; in lowerVectorFPExtendOrRoundLike()
7182 Result = DAG.getNode(RISCVISD::FP_ROUND_VL, DL, DstVT, Src, Mask, VL); in lowerVPFPIntConvOp()
13432 NODE_NAME_CASE(FP_ROUND_VL) in getTargetNodeName()