Home
last modified time | relevance | path

Searched refs:EncodingSegment (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.h21 struct EncodingSegment { struct
35 SmallVector<EncodingSegment, 4> Segments; argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1912 for (const auto &EncodingSegment : VLI) { in parseVarLenInstOperand() local
1916 if (const StringInit *SI = dyn_cast<StringInit>(EncodingSegment.Value)) { in parseVarLenInstOperand()
1918 } else if (const DagInit *DI = dyn_cast<DagInit>(EncodingSegment.Value)) { in parseVarLenInstOperand()
1928 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1929 if (!EncodingSegment.CustomDecoder.empty()) in parseVarLenInstOperand()
1930 Operands[OpIdx].Decoder = EncodingSegment.CustomDecoder.str(); in parseVarLenInstOperand()
1936 Operands[OpIdx].addField(CurrBitPos, EncodingSegment.BitWidth, Offset); in parseVarLenInstOperand()
1940 CurrBitPos += EncodingSegment.BitWidth; in parseVarLenInstOperand()