Searched defs:EncodingAndInst (Results 1 – 1 of 1) sorted by relevance
197 struct EncodingAndInst { struct198 const Record *EncodingDef;199 const CodeGenInstruction *Inst;200 StringRef HwModeName;202 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() argument