Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h193 VSLIDE1UP_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td3079 def riscv_slide1up_vl : SDNode<"RISCVISD::VSLIDE1UP_VL", SDTRVVSlide1, []>;
H A DRISCVISelLowering.cpp4780 (VT.isFloatingPoint() ? RISCVISD::VFSLIDE1UP_VL : RISCVISD::VSLIDE1UP_VL); in lowerVECTOR_SHUFFLEAsVSlide1()
8901 Vec = DAG.getNode(RISCVISD::VSLIDE1UP_VL, DL, I32VT, Passthru, Vec, in lowerVectorIntrinsicScalars()
8903 Vec = DAG.getNode(RISCVISD::VSLIDE1UP_VL, DL, I32VT, Passthru, Vec, in lowerVectorIntrinsicScalars()
20456 NODE_NAME_CASE(VSLIDE1UP_VL) in getTargetNodeName()