HomeSort by relevance Sort by last modified time
    Searched refs:AsmWriterOperand (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterInst.h 27 struct AsmWriterOperand {
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
59 AsmWriterOperand(const std::string &LitStr,
63 AsmWriterOperand(const std::string &Printer,
71 bool operator!=(const AsmWriterOperand &Other) const {
77 bool operator==(const AsmWriterOperand &Other) const {
87 std::vector<AsmWriterOperand> Operands;
105 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
108 Operands.push_back(AsmWriterOperand(Str));
AsmWriterInst.cpp 29 std::string AsmWriterOperand::getCode() const {
88 AsmWriterOperand(
91 AsmWriterOperand::isLiteralStatementOperand));
120 AsmWriterOperand("O.PadToColumn(" + utostr(DestColumn) + ");\n",
121 AsmWriterOperand::isLiteralStatementOperand));
196 Operands.push_back(AsmWriterOperand("PrintSpecial",
206 Operands.push_back(AsmWriterOperand(OpInfo.PrinterMethodName,
213 Operands.push_back(AsmWriterOperand("return;",
214 AsmWriterOperand::isLiteralStatementOperand));
AsmWriterEmitter.cpp 60 AsmWriterOperand> > &OpsToPrint, raw_ostream &O) {
62 AsmWriterOperand TheOp = OpsToPrint.back().second;
116 std::vector<std::pair<std::string, AsmWriterOperand> > OpsToPrint;
326 AsmWriterOperand::isLiteralTextOperand &&
344 AsmWriterOperand::isLiteralTextOperand ||
    [all...]

Completed in 52 milliseconds