Searched refs:ExtLen (Results 1 – 4 of 4) sorted by relevance
510 uint64_t ExtLen = Op.ExtLen.getValueOr(OpBuffer.size()); in writeExtendedOpcode() local511 encodeULEB128(ExtLen, OS); in writeExtendedOpcode()
220 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
587 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local588 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg()593 BitVector Used(ExtLen); in buildHvxVectorReg()605 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()606 if (Mask.size() == ExtLen) in buildHvxVectorReg()614 if (ExtLen == VecLen) in buildHvxVectorReg()
129 Optional<uint64_t> ExtLen; member