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

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

Completed in 139 milliseconds