Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp98 struct EncodingAndInst { struct
99 const Record *EncodingDef;
100 const CodeGenInstruction *Inst;
101 StringRef HwModeName;
103 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() function