Searched refs:VMSET_VL (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrGISel.td | 44 // Pseudo equivalent to a RISCVISD::VMSET_VL
|
H A D | RISCVISelLowering.h | 368 VMSET_VL, enumerator
|
H A D | RISCVISelLowering.cpp | 2765 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 D | RISCVInstrInfoVVLPatterns.td | 371 def riscv_vmset_vl : SDNode<"RISCVISD::VMSET_VL", SDT_RISCVVMSETCLR_VL>;
|