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

  /external/llvm/utils/TableGen/
AsmWriterInst.h 27 struct AsmWriterOperand {
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
55 AsmWriterOperand(const std::string &LitStr,
59 AsmWriterOperand(const std::string &Printer,
65 bool operator!=(const AsmWriterOperand &Other) const {
71 bool operator==(const AsmWriterOperand &Other) const {
81 std::vector<AsmWriterOperand> Operands;
98 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
101 Operands.push_back(AsmWriterOperand(Str));
  /external/swiftshader/third_party/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));

Completed in 192 milliseconds