Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstAlias.cpp30 ResultOperand &ResOp) { in tryAliasOpMatch() argument
41 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()
221 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local
223 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()
229 ResultOperands.push_back(ResOp); in CodeGenInstAlias()
261 ResOp)) { in CodeGenInstAlias()
[all …]
H A DCodeGenInstAlias.h100 ResultOperand &ResOp);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1712 unsigned ResOp) { in replaceVPICKVE2GRResults() argument
1724 DAG.getNode(ResOp, DL, Subtarget.getGRLenVT(), Vec, in replaceVPICKVE2GRResults()
1735 unsigned ResOp) { in replaceVecCondBranchResults() argument
1739 SDValue CB = DAG.getNode(ResOp, DL, Subtarget.getGRLenVT(), Vec); in replaceVecCondBranchResults()