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.cpp197 struct EncodingAndInst { struct
198 const Record *EncodingDef;
199 const CodeGenInstruction *Inst;
200 StringRef HwModeName;
202 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() argument