Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp410 ResultOperand &ResOp) { in tryAliasOpMatch() argument
420 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() local
516 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()
DCodeGenInstruction.h321 CodeGenTarget &T, ResultOperand &ResOp);