Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h345 struct ResultOperand { struct
358 ResultOperand(std::string N, Record *r) in ResultOperand() argument
360 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {} in ResultOperand() argument
361 ResultOperand(Record *r) : R(r), Kind(K_Reg) {} in ResultOperand() argument
376 std::vector<ResultOperand> ResultOperands; argument