Searched refs:VSEW (Results 1 – 3 of 3) sorted by relevance
98 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW() argument99 assert(VSEW < 8 && "Unexpected VSEW value"); in decodeVSEW()100 return 1 << (VSEW + 3); in decodeVSEW()109 unsigned VSEW = (VType >> 3) & 0x7; in getSEW() local110 return decodeVSEW(VSEW); in getSEW()
149 /* VSEW */ LLVMMatchType<0>,155 /* VSEW */ [LLVMMatchType<0>,
8973 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength() local8978 SDValue Sew = DAG.getTargetConstant(VSEW, DL, XLenVT); in lowerGetVectorLength()17928 unsigned VSEW = Op.getConstantOperandVal(HasAVL + 1); in computeKnownBitsForTargetNode() local17931 unsigned SEW = RISCVVType::decodeVSEW(VSEW); in computeKnownBitsForTargetNode()