Searched refs:VSEW (Results 1 – 3 of 3) sorted by relevance
119 inline static unsigned decodeVSEW(unsigned VSEW) { in decodeVSEW() argument120 assert(VSEW < 8 && "Unexpected VSEW value"); in decodeVSEW()121 return 1 << (VSEW + 3); in decodeVSEW()130 unsigned VSEW = (VType >> 3) & 0x7; in getSEW() local131 return decodeVSEW(VSEW); in getSEW()
149 /* VSEW */ LLVMMatchType<0>,155 /* VSEW */ [LLVMMatchType<0>,
10490 unsigned VSEW = RISCVVType::encodeSEW(ElementWidth); in lowerGetVectorLength() local10495 SDValue Sew = DAG.getTargetConstant(VSEW, DL, XLenVT); in lowerGetVectorLength()21056 unsigned VSEW = Op.getConstantOperandVal(HasAVL + 1); in computeKnownBitsForTargetNode() local21059 unsigned SEW = RISCVVType::decodeVSEW(VSEW); in computeKnownBitsForTargetNode()