Home
last modified time | relevance | path

Searched refs:ResOp (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp607 ResultOperand &ResOp) { in tryAliasOpMatch() argument
618 ResOp = ResultOperand(std::string(Result->getArgNameStr(AliasOpNo)), in tryAliasOpMatch()
664 ResOp = ResultOperand(ResultRecord); in tryAliasOpMatch()
680 ResOp = ResultOperand(static_cast<Record*>(nullptr)); in tryAliasOpMatch()
692 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch()
707 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch()
798 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local
800 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()
807 ResultOperands.push_back(ResOp); in CodeGenInstAlias()
838 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()
[all …]
H A DCodeGenInstruction.h406 CodeGenTarget &T, ResultOperand &ResOp);