Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp35 struct InstructionMemo { struct
36 std::string Name;
37 const CodeGenRegisterClass *RC;
38 std::string SubRegNo;
39 std::vector<std::string> PhysRegs;
40 std::string PredicateCheck;
42 InstructionMemo(std::string Name, const CodeGenRegisterClass *RC, in InstructionMemo() function
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp35 struct InstructionMemo { struct
36 std::string Name;
37 const CodeGenRegisterClass *RC;
38 std::string SubRegNo;
39 std::vector<std::string>* PhysRegs;
40 std::string PredicateCheck;
/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp34 struct InstructionMemo { struct
35 std::string Name;
36 const CodeGenRegisterClass *RC;
37 std::string SubRegNo;
38 std::vector<std::string>* PhysRegs;