Lines Matching defs:SEW
364 // Number of element = RVVBitsPerBlock * LMUL / SEW
439 // Number of element = RVVBitsPerBlock * LMUL / SEW
489 unsigned SEW =
494 unsigned VTypeI = RISCVVType::encodeVTYPE(VLMul, SEW, /*TailAgnostic*/ true,
502 if (*VLEN / RISCVVType::getSEWLMULRatio(SEW, VLMul) == C->getZExtValue())
1701 SDValue SEW = CurDAG->getTargetConstant(
1719 {Src1, Imm, VL, SEW}));
1726 CurDAG->getMachineNode(VMSLTOpcode, DL, VT, {Src1, Src2, VL, SEW}),
1800 SDValue SEW = CurDAG->getTargetConstant(
1827 CurDAG->getMachineNode(VMSLTOpcode, DL, VT, {Src1, Src2, VL, SEW}),
1846 {MaskedOff, Src1, Imm, V0, VL, SEW, Glue}));
1857 {MaskedOff, Src1, Src2, V0, VL, SEW, Glue}),
2426 SDValue SEW = CurDAG->getTargetConstant(Log2SEW, DL, XLenVT);
2443 Operands.append({VL, SEW, PolicyOp, Ld->getChain()});
3905 // If the EEW of True is different from vmerge's SEW, then we can't fold.
3973 SDValue SEW = True.getOperand(TrueVLIndex + 1);
4054 Ops.append({VL, SEW, PolicyOp});