Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp128 struct EncodingAndInst { struct
129 const Record *EncodingDef;
130 const CodeGenInstruction *Inst;
131 StringRef HwModeName;
133 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() function