Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp90 struct EncodingAndInst { struct
91 const Record *EncodingDef;
92 const CodeGenInstruction *Inst;
94 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst) in EncodingAndInst() function