Searched defs:EncodingAndInst (Results 1 – 1 of 1) sorted by relevance
128 struct EncodingAndInst { struct129 const Record *EncodingDef;130 const CodeGenInstruction *Inst;131 StringRef HwModeName;133 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() function