Searched refs:ExtLen (Results 1 – 4 of 4) sorted by relevance
511 uint64_t ExtLen = Op.ExtLen.value_or(OpBuffer.size()); in writeExtendedOpcode() local512 encodeULEB128(ExtLen, OS); in writeExtendedOpcode()
247 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
152 std::optional<uint64_t> ExtLen; member
891 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() 892 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg() local 897 BitVector Used(ExtLen); in buildHvxVectorReg() 909 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg() 910 if (Mask.size() == ExtLen) in buildHvxVectorReg() 918 return ExtLen == VecLen ? S : LoHalf(S, DAG); in buildHvxVectorReg()