Home | History | Annotate | Download | only in TableGen

Lines Matching defs:String

27 #include <string>
40 std::string Name;
41 std::vector<std::string> Entries;
46 Entries.push_back(std::string(e));
97 const char* String;
104 void set(const char *string) {
107 String = string;
109 bool is(const char *string) {
110 return !strcmp(String, string);
116 o << String;
177 std::vector<std::string> Flags;
182 Flags.push_back(std::string(f));
255 const std::string &name) {
387 opIndex = inst.Operands.getOperandNamed(std::string(opName));
435 const std::string &name = inst.TheDef->getName();
448 // ignore (this is a string move)
558 const std::string &name) {
761 const std::string &name = inst.TheDef->getName();