Home
last modified time | relevance | path

Searched defs:AsmWriterOperand (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DAsmWriterInst.h26 struct AsmWriterOperand { struct
27 enum OpType {
54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
60 AsmWriterOperand(const std::string &Printer, unsigned _MIOpNo, argument
66 bool operator!=(const AsmWriterOperand &Other) const { argument
/external/llvm/utils/TableGen/
DAsmWriterInst.h27 struct AsmWriterOperand { struct
28 enum OpType {
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
59 AsmWriterOperand(const std::string &Printer, argument
65 bool operator!=(const AsmWriterOperand &Other) const { argument