Searched refs:ResOp (Results 1 – 2 of 2) sorted by relevance
410 ResultOperand &ResOp) { in tryAliasOpMatch() argument420 ResOp = ResultOperand(Result->getArgName(AliasOpNo), ADI->getDef()); in tryAliasOpMatch()442 ResOp = ResultOperand(ADI->getDef()); in tryAliasOpMatch()454 ResOp = ResultOperand(static_cast<Record*>(0)); in tryAliasOpMatch()465 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch()514 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local516 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()517 ResultOperands.push_back(ResOp); in CodeGenInstAlias()532 R->getLoc(), T, ResOp)) { in CodeGenInstAlias()533 ResultOperands.push_back(ResOp); in CodeGenInstAlias()
321 CodeGenTarget &T, ResultOperand &ResOp);