Home
last modified time | relevance | path

Searched refs:VMCLR_VL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td36 // Pseudo equivalent to a RISCVISD::VMCLR_VL
H A DRISCVISelLowering.h367 VMCLR_VL, enumerator
H A DRISCVInstrInfoVVLPatterns.td370 def riscv_vmclr_vl : SDNode<"RISCVISD::VMCLR_VL", SDT_RISCVVMSETCLR_VL>;
H A DRISCVISelLowering.cpp3635 SDValue VMClr = DAG.getNode(RISCVISD::VMCLR_VL, DL, ContainerVT, VL); in lowerBuildVectorOfConstants()
8067 return DAG.getNode(RISCVISD::VMCLR_VL, DL, VT, VL); in lowerVectorMaskSplat()
20589 NODE_NAME_CASE(VMCLR_VL) in getTargetNodeName()