Searched defs:EncodingAndInst (Results 1 – 1 of 1) sorted by relevance
99 struct EncodingAndInst { struct100 const Record *EncodingDef;101 const CodeGenInstruction *Inst;102 StringRef HwModeName;104 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() argument