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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h306 struct ResultOperand { struct in class:llvm::CodeGenInstAlias
319 ResultOperand(std::string N, Record *r) : Name(N), R(r), Kind(K_Record) {} function in struct:llvm::CodeGenInstAlias::ResultOperand
320 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {} function in struct:llvm::CodeGenInstAlias::ResultOperand
321 ResultOperand(Record *r) : R(r), Kind(K_Reg) {} function in struct:llvm::CodeGenInstAlias::ResultOperand
336 std::vector<ResultOperand> ResultOperands;
349 CodeGenTarget &T, ResultOperand &ResOp);

Completed in 44 milliseconds