Lines Matching defs:SEW
567 unsigned SEW =
572 unsigned VTypeI = RISCVVType::encodeVTYPE(VLMul, SEW, /*TailAgnostic*/ true,
580 if (*VLEN / RISCVVType::getSEWLMULRatio(SEW, VLMul) == C->getZExtValue())
1638 SDValue SEW = CurDAG->getTargetConstant(
1645 ReplaceNode(Node, CurDAG->getMachineNode(VMSetOpcode, DL, VT, VL, SEW));
1652 CurDAG->getMachineNode(VMSLTOpcode, DL, VT, {Src1, Src2, VL, SEW}),
1655 {Cmp, Cmp, VL, SEW}));
1717 SDValue SEW = CurDAG->getTargetConstant(
1744 CurDAG->getMachineNode(VMSLTOpcode, DL, VT, {Src1, Src2, VL, SEW}),
1764 {MaskedOff, Src1, Src2, V0, VL, SEW, Glue}),
2314 SDValue SEW = CurDAG->getTargetConstant(Log2SEW, DL, XLenVT);
2331 Operands.append({VL, SEW, PolicyOp, Ld->getChain()});
3724 // If the EEW of True is different from vmerge's SEW, then we can't fold.
3814 SDValue SEW = True.getOperand(TrueVLIndex + 1);
3873 SDValue(CurDAG->getMachineNode(VMSetOpc, DL, MaskVT, VL, SEW), 0);
3922 Ops.append({VL, SEW, PolicyOp});