Searched defs:EncodingAndInst (Results 1 – 1 of 1) sorted by relevance
101 struct EncodingAndInst { struct102 const Record *EncodingDef;103 const CodeGenInstruction *Inst;104 StringRef HwModeName;106 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() function