Searched refs:EncodingSegment (Results 1 – 2 of 2) sorted by relevance
21 struct EncodingSegment { struct34 SmallVector<EncodingSegment, 4> Segments; argument
1891 for (auto &EncodingSegment : VLI) { in parseVarLenInstOperand() local1895 if (const StringInit *SI = dyn_cast<StringInit>(EncodingSegment.Value)) { in parseVarLenInstOperand()1897 } else if (const DagInit *DI = dyn_cast<DagInit>(EncodingSegment.Value)) { in parseVarLenInstOperand()1907 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()1913 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()1917 CurrBitPos += EncodingSegment.BitWidth; in parseVarLenInstOperand()