Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp539 ResultOperand &ResOp) { in tryAliasOpMatch() argument
550 ResOp = ResultOperand(std::string(Result->getArgNameStr(AliasOpNo)), in tryAliasOpMatch()
596 ResOp = ResultOperand(ResultRecord); in tryAliasOpMatch()
612 ResOp = ResultOperand(static_cast<Record*>(nullptr)); in tryAliasOpMatch()
624 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch()
639 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch()
730 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local
732 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()
739 ResultOperands.push_back(ResOp); in CodeGenInstAlias()
770 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()
[all …]
H A DCodeGenInstruction.h391 CodeGenTarget &T, ResultOperand &ResOp);