Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDecoderEmitter.cpp99 struct EncodingAndInst { struct
100 const Record *EncodingDef;
101 const CodeGenInstruction *Inst;
102 StringRef HwModeName;
104 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() argument