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.cpp180 auto [CustomEncoder, CustomDecoder] = in buildRec()
183 CustomEncoder, CustomDecoder}); in buildRec()
210 auto [CustomEncoder, CustomDecoder] = in buildRec()
219 CustomEncoder, CustomDecoder}); in buildRec()
221 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.cpp1929 if (!EncodingSegment.CustomDecoder.empty()) in parseVarLenInstOperand()
1930 Operands[OpIdx].Decoder = EncodingSegment.CustomDecoder.str(); in parseVarLenInstOperand()