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