Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1771 bool HasCompleteInstDecoder = Def.getValueAsBit("hasCompleteDecoder"); in populateInstruction() local
1772 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()