Home
last modified time | relevance | path

Searched refs:CustomDecoder (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp178 auto [CustomEncoder, CustomDecoder] = in buildRec()
181 CustomEncoder, CustomDecoder}); in buildRec()
208 auto [CustomEncoder, CustomDecoder] = in buildRec()
216 CustomEncoder, CustomDecoder}); in buildRec()
218 Segments.push_back({NumBits, DI, CustomEncoder, CustomDecoder}); in buildRec()
H A DVarLenCodeEmitterGen.h25 StringRef CustomDecoder = ""; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1948 if (!EncodingSegment.CustomDecoder.empty()) in parseVarLenInstOperand()
1949 Operands[OpIdx].Decoder = EncodingSegment.CustomDecoder.str(); in parseVarLenInstOperand()