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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h345 struct ResultOperand { struct in class:llvm::CodeGenInstAlias
358 ResultOperand(std::string N, Record *r) function in struct:llvm::CodeGenInstAlias::ResultOperand
360 ResultOperand(int64_t I) : Imm(I), Kind(K_Imm) {} function in struct:llvm::CodeGenInstAlias::ResultOperand
361 ResultOperand(Record *r) : R(r), Kind(K_Reg) {} function in struct:llvm::CodeGenInstAlias::ResultOperand

Completed in 101 milliseconds