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