Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp34 struct InstructionMemo { struct
35 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