Home
last modified time | relevance | path

Searched refs:AsmWriterOperand (Results 1 – 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
DAsmWriterInst.h27 struct AsmWriterOperand { struct
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
55 AsmWriterOperand(const std::string &LitStr,
59 AsmWriterOperand(const std::string &Printer, argument
65 bool operator!=(const AsmWriterOperand &Other) const { argument
71 bool operator==(const AsmWriterOperand &Other) const {
81 std::vector<AsmWriterOperand> Operands;
98 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand) in AddLiteralString()
101 Operands.push_back(AsmWriterOperand(Str)); in AddLiteralString()
DAsmWriterInst.cpp29 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode()
178 Operands.emplace_back("return;", AsmWriterOperand::isLiteralStatementOperand); in AsmWriterInst()
DAsmWriterEmitter.cpp60 AsmWriterOperand> > &OpsToPrint, raw_ostream &O, in PrintCases()
63 AsmWriterOperand TheOp = OpsToPrint.back().second; in PrintCases()
118 std::vector<std::pair<std::string, AsmWriterOperand> > OpsToPrint; in EmitInstructions()
280 AsmWriterOperand::isLiteralTextOperand && in EmitPrintInstruction()
293 if (AWI.Operands[0].OperandType != AsmWriterOperand::isLiteralTextOperand || in EmitPrintInstruction()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterInst.h27 struct AsmWriterOperand { struct
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
59 AsmWriterOperand(const std::string &LitStr,
63 AsmWriterOperand(const std::string &Printer, argument
71 bool operator!=(const AsmWriterOperand &Other) const { argument
77 bool operator==(const AsmWriterOperand &Other) const {
87 std::vector<AsmWriterOperand> Operands;
105 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand) in AddLiteralString()
108 Operands.push_back(AsmWriterOperand(Str)); in AddLiteralString()
DAsmWriterInst.cpp28 std::string AsmWriterOperand::getCode() const { in getCode()
87 AsmWriterOperand( in AsmWriterInst()
90 AsmWriterOperand::isLiteralStatementOperand)); in AsmWriterInst()
119 AsmWriterOperand("O.PadToColumn(" + utostr(DestColumn) + ");\n", in AsmWriterInst()
120 AsmWriterOperand::isLiteralStatementOperand)); in AsmWriterInst()
195 Operands.push_back(AsmWriterOperand("PrintSpecial", in AsmWriterInst()
205 Operands.push_back(AsmWriterOperand(OpInfo.PrinterMethodName, in AsmWriterInst()
212 Operands.push_back(AsmWriterOperand("return;", in AsmWriterInst()
213 AsmWriterOperand::isLiteralStatementOperand)); in AsmWriterInst()
DAsmWriterEmitter.cpp28 AsmWriterOperand> > &OpsToPrint, raw_ostream &O) { in PrintCases()
30 AsmWriterOperand TheOp = OpsToPrint.back().second; in PrintCases()
84 std::vector<std::pair<std::string, AsmWriterOperand> > OpsToPrint; in EmitInstructions()
294 AsmWriterOperand::isLiteralTextOperand || in EmitPrintInstruction()
DEDEmitter.cpp223 std::vector<AsmWriterOperand>::iterator operandIterator; in populateOperandOrder()
229 AsmWriterOperand::isMachineInstrOperand) { in populateOperandOrder()