Home
last modified time | relevance | path

Searched defs:EncodingAndInst (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp101 struct EncodingAndInst { struct
102 const Record *EncodingDef;
103 const CodeGenInstruction *Inst;
104 StringRef HwModeName;
106 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() function