Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.h281 struct ResultOperand { struct
294 ResultOperand(StringRef N, Record *r) : Name(N), R(r), Kind(K_Record) {} in ResultOperand() argument
295 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {} in ResultOperand() argument
296 ResultOperand(Record *r) : R(r), Kind(K_Reg) {} in ResultOperand() function
309 std::vector<ResultOperand> ResultOperands; argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h318 struct ResultOperand { struct
331 ResultOperand(std::string N, Record *r) in ResultOperand() argument
333 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {} in ResultOperand() argument
334 ResultOperand(Record *r) : R(r), Kind(K_Reg) {} in ResultOperand() function
349 std::vector<ResultOperand> ResultOperands; argument
/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