Searched defs:ResOperand (Results 1 – 2 of 2) sorted by relevance
391 struct ResOperand { struct392 enum {408 } Kind;410 union {428 unsigned MINumOperands;430 static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) { in getRenderedOp()438 static ResOperand getTiedOp(unsigned TiedOperandNum) { in getTiedOp()446 static ResOperand getImmOp(int64_t Val) { in getImmOp()454 static ResOperand getRegOp(Record *Reg) { in getRegOp()
411 struct ResOperand { struct412 enum {428 } Kind;433 struct TiedOperandsTuple {439 union {456 unsigned MINumOperands;458 static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) { in getRenderedOp()466 static ResOperand getTiedOp(unsigned TiedOperandNum, unsigned SrcOperand1, in getTiedOp()475 static ResOperand getImmOp(int64_t Val) { in getImmOp()483 static ResOperand getRegOp(Record *Reg) { in getRegOp()