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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp315 /// ResOperand - This represents a single operand in the result instruction
319 struct ResOperand { struct in struct:__anon26561::MatchableInfo
358 static ResOperand getRenderedOp(unsigned AsmOpNum, unsigned NumOperands) {
359 ResOperand X;
366 static ResOperand getTiedOp(unsigned TiedOperandNum) {
367 ResOperand X;
374 static ResOperand getImmOp(int64_t Val) {
375 ResOperand X;
382 static ResOperand getRegOp(Record *Reg) {
383 ResOperand
[all...]

Completed in 75 milliseconds