Home
last modified time | relevance | path

Searched refs:RegStrings (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCRegisterInfo.h167 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/
DMCRegisterInfo.h166 const char *RegStrings; // Pointer to the string table. variable
265 RegStrings = Strings; in InitMCRegisterInfo()
368 return RegStrings + get(RegNo).Name; in getName()
/external/capstone/
DMCRegisterInfo.h87 char *RegStrings; // Pointer to the string table. member
DMCRegisterInfo.c44 RI->RegStrings = Strings; in MCRegisterInfo_InitMCRegisterInfo()
/external/llvm/utils/TableGen/
DRegisterInfoEmitter.cpp846 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/
DRegisterInfoEmitter.cpp855 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()