Searched refs:RegStrings (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 167 const char *RegStrings; // Pointer to the string table. variable 265 RegStrings = Strings; in InitMCRegisterInfo() 378 return RegStrings + get(RegNo).Name; in getName()
|
/external/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 166 const char *RegStrings; // Pointer to the string table. variable 265 RegStrings = Strings; in InitMCRegisterInfo() 368 return RegStrings + get(RegNo).Name; in getName()
|
/external/capstone/ |
D | MCRegisterInfo.h | 87 char *RegStrings; // Pointer to the string table. member
|
D | MCRegisterInfo.c | 44 RI->RegStrings = Strings; in MCRegisterInfo_InitMCRegisterInfo()
|
/external/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 846 SequenceToOffsetTable<std::string> RegStrings; in runMCDesc() local 852 RegStrings.add(Reg.getName()); in runMCDesc() 946 RegStrings.layout(); in runMCDesc() 948 RegStrings.emit(OS, printChar); in runMCDesc() 953 OS << " { " << RegStrings.get("") << ", 0, 0, 0, 0, 0 },\n"; in runMCDesc() 958 OS << " { " << RegStrings.get(Reg.getName()) << ", " in runMCDesc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 855 SequenceToOffsetTable<std::string> RegStrings; in runMCDesc() local 861 RegStrings.add(Reg.getName()); in runMCDesc() 955 RegStrings.layout(); in runMCDesc() 957 RegStrings.emit(OS, printChar); in runMCDesc() 962 OS << " { " << RegStrings.get("") << ", 0, 0, 0, 0, 0 },\n"; in runMCDesc() 967 OS << " { " << RegStrings.get(Reg.getName()) << ", " in runMCDesc()
|