Home
last modified time | relevance | path

Searched defs:InstructionMemo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp37 struct InstructionMemo { struct
38 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