Searched refs:ExtLen (Results 1 – 4 of 4) sorted by relevance
538 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size()); in writeExtendedOpcode() local539 encodeULEB128(ExtLen, OS); in writeExtendedOpcode()
263 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
156 std::optional<uint64_t> ExtLen; member
901 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local902 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg()907 BitVector Used(ExtLen); in buildHvxVectorReg()919 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg()920 if (Mask.size() == ExtLen) in buildHvxVectorReg()928 return ExtLen == VecLen ? S : LoHalf(S, DAG); in buildHvxVectorReg()