Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td44 // Pseudo equivalent to a RISCVISD::VMSET_VL
H A DRISCVISelLowering.h368 VMSET_VL, enumerator
H A DRISCVISelLowering.cpp2765 return DAG.getNode(RISCVISD::VMSET_VL, DL, MaskVT, VL); in getAllOnesMask()
3640 SDValue VMSet = DAG.getNode(RISCVISD::VMSET_VL, DL, ContainerVT, VL); in lowerBuildVectorOfConstants()
8063 return DAG.getNode(RISCVISD::VMSET_VL, DL, VT, VL); in lowerVectorMaskSplat()
9752 SDValue TrueMask = DAG.getNode(RISCVISD::VMSET_VL, DL, ContainerVT, VL); in lowerVectorMaskVecReduction()
11344 SDValue AllOneMask = DAG.getNode(RISCVISD::VMSET_VL, DL, ContainerVT, VL); in lowerVPSetCCMaskOp()
15105 if (Mask.getOpcode() != RISCVISD::VMSET_VL) in combineVWADDSUBWSelect()
16480 if (!IsVLMAX || Mask.getOpcode() != RISCVISD::VMSET_VL || in combineTruncOfSraSext()
20590 NODE_NAME_CASE(VMSET_VL) in getTargetNodeName()
H A DRISCVInstrInfoVVLPatterns.td371 def riscv_vmset_vl : SDNode<"RISCVISD::VMSET_VL", SDT_RISCVVMSETCLR_VL>;