Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp412 struct ResOperand { struct
413 enum {
429 } Kind;
434 struct TiedOperandsTuple {
440 union {
457 unsigned MINumOperands;
459 static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) { in getRenderedOp()
467 static ResOperand getTiedOp(unsigned TiedOperandNum, unsigned SrcOperand1, in getTiedOp()
476 static ResOperand getImmOp(int64_t Val) { in getImmOp()
484 static ResOperand getRegOp(Record *Reg) { in getRegOp()