Searched refs:AsmWriterOperand (Results 1 – 3 of 3) sorted by relevance
27 struct AsmWriterOperand { struct53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument55 AsmWriterOperand(const std::string &LitStr,59 AsmWriterOperand(const std::string &Printer, argument65 bool operator!=(const AsmWriterOperand &Other) const { argument71 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()
29 std::string AsmWriterOperand::getCode(bool PassSubtarget) const { in getCode()178 Operands.emplace_back("return;", AsmWriterOperand::isLiteralStatementOperand); in AsmWriterInst()
82 AsmWriterOperand>> &OpsToPrint, raw_ostream &O, in PrintCases()85 AsmWriterOperand TheOp = OpsToPrint.back().second; in PrintCases()139 std::vector<std::pair<std::string, AsmWriterOperand>> OpsToPrint; in EmitInstructions()298 AsmWriterOperand::isLiteralTextOperand && in EmitPrintInstruction()311 if (AWI.Operands[0].OperandType != AsmWriterOperand::isLiteralTextOperand || in EmitPrintInstruction()