Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstAlias.cpp30 ResultOperand &ResOp) { in tryAliasOpMatch() argument
41 ResOp = ResultOperand(std::string(Result->getArgNameStr(AliasOpNo)), in tryAliasOpMatch()
60 ResOp = ResultOperand(std::string(Result->getArgNameStr(AliasOpNo)), in tryAliasOpMatch()
87 ResOp = ResultOperand(ResultRecord); in tryAliasOpMatch()
103 ResOp = ResultOperand(static_cast<Record *>(nullptr)); in tryAliasOpMatch()
115 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch()
130 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch()
143 ResOp = ResultOperand(std::string(Result->getArgNameStr(AliasOpNo)), in tryAliasOpMatch()
221 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local
223 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()
[all …]
H A DCodeGenInstAlias.h100 ResultOperand &ResOp);
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2707 unsigned ResOp) { in replaceVPICKVE2GRResults() argument
2719 DAG.getNode(ResOp, DL, Subtarget.getGRLenVT(), Vec, in replaceVPICKVE2GRResults()
2730 unsigned ResOp) { in replaceVecCondBranchResults() argument
2734 SDValue CB = DAG.getNode(ResOp, DL, Subtarget.getGRLenVT(), Vec); in replaceVecCondBranchResults()