Home | History | Annotate | Download | only in TableGen

Lines Matching refs:string

11 // the string into operands, which can be literal strings (the constant bits of
12 // the string), actual operands (i.e., operands from the MachineInstr), and
20 #include <string>
42 std::string Str;
52 /// MiModifier - For isMachineInstrOperand, this is the modifier string for
54 std::string MiModifier;
59 AsmWriterOperand(const std::string &LitStr,
63 AsmWriterOperand(const std::string &Printer,
66 const std::string &Modifier,
82 std::string getCode() const;
100 void AddLiteralString(const std::string &Str) {
101 // If the last operand was already a literal text string, append this to