Searched refs:ExtLen (Results 1 – 4 of 4) sorted by relevance
440 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local441 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg()446 BitVector Used(ExtLen); in buildHvxVectorReg()458 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()459 if (Mask.size() == ExtLen) in buildHvxVectorReg()467 if (ExtLen == VecLen) in buildHvxVectorReg()
134 IO.mapRequired("ExtLen", LineTableOpcode.ExtLen); in mapping()
244 encodeULEB128(Op.ExtLen, OS); in EmitDebugLine()
119 uint64_t ExtLen; member