Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h306 struct ResultOperand { struct
319 ResultOperand(std::string N, Record *r) in ResultOperand() argument
321 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {} in ResultOperand() function
322 ResultOperand(Record *r) : R(r), Kind(K_Reg) {} in ResultOperand() argument
337 std::vector<ResultOperand> ResultOperands; argument
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.h345 struct ResultOperand { struct
358 ResultOperand(std::string N, Record *r) in ResultOperand() function
360 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {} in ResultOperand() argument
361 ResultOperand(Record *r) : R(r), Kind(K_Reg) {} in ResultOperand() function
376 std::vector<ResultOperand> ResultOperands; argument