Searched defs:InstructionMemo (Results 1 – 1 of 1) sorted by relevance
34 struct InstructionMemo { struct35 std::string Name;36 const CodeGenRegisterClass *RC;37 std::string SubRegNo;38 std::vector<std::string> PhysRegs;39 std::string PredicateCheck;41 InstructionMemo(StringRef Name, const CodeGenRegisterClass *RC, in InstructionMemo() function