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/llvm-project/llvm/utils/TableGen/
DAsmWriterInst.h26 struct AsmWriterOperand { struct
54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
56 AsmWriterOperand(const std::string &LitStr,
60 AsmWriterOperand(const std::string &Printer, unsigned _MIOpNo, argument
66 bool operator!=(const AsmWriterOperand &Other) const { argument
72 bool operator==(const AsmWriterOperand &Other) const {
82 std::vector<AsmWriterOperand> Operands;
99 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand) in AddLiteralString()
102 Operands.push_back(AsmWriterOperand(Str)); in AddLiteralString()
DAsmWriterInst.cpp28 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode()
185 AsmWriterOperand::isMachineInstrOperand, in AsmWriterInst()
192 Operands.emplace_back("return;", AsmWriterOperand::isLiteralStatementOperand); in AsmWriterInst()
DAsmWriterEmitter.cpp88 AsmWriterOperand>> &OpsToPrint, raw_ostream &O, in PrintCases()
91 AsmWriterOperand TheOp = OpsToPrint.back().second; in PrintCases()
145 std::vector<std::pair<std::string, AsmWriterOperand>> OpsToPrint; in EmitInstructions()
323 AsmWriterOperand::isLiteralTextOperand && in EmitGetMnemonic()
336 if (AWI.Operands[0].OperandType != AsmWriterOperand::isLiteralTextOperand || in EmitGetMnemonic()
/external/capstone/contrib/sysz_update/
D0005-capstone-generate-GenAsmWriter.inc.patch211 std::string AsmWriterOperand::getCode(bool PassSubtarget) const {