Searched refs:ResOp (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 443 ResultOperand &ResOp) { in tryAliasOpMatch() argument 454 ResOp = ResultOperand(Result->getArgName(AliasOpNo), ResultRecord); in tryAliasOpMatch() 472 ResOp = ResultOperand(Result->getArgName(AliasOpNo), ResultRecord); in tryAliasOpMatch() 498 ResOp = ResultOperand(ResultRecord); in tryAliasOpMatch() 514 ResOp = ResultOperand(static_cast<Record*>(nullptr)); in tryAliasOpMatch() 526 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch() 541 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch() 554 ResOp = ResultOperand(Result->getArgName(AliasOpNo), ADI->getDef()); in tryAliasOpMatch() 628 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local 630 R->getLoc(), T, ResOp)) { in CodeGenInstAlias() [all …]
|
D | CodeGenInstruction.h | 350 CodeGenTarget &T, ResultOperand &ResOp);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 463 ResultOperand &ResOp) { in tryAliasOpMatch() argument 474 ResOp = ResultOperand(Result->getArgNameStr(AliasOpNo), ResultRecord); in tryAliasOpMatch() 492 ResOp = ResultOperand(Result->getArgNameStr(AliasOpNo), ResultRecord); in tryAliasOpMatch() 518 ResOp = ResultOperand(ResultRecord); in tryAliasOpMatch() 534 ResOp = ResultOperand(static_cast<Record*>(nullptr)); in tryAliasOpMatch() 546 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch() 561 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch() 574 ResOp = ResultOperand(Result->getArgNameStr(AliasOpNo), ADI->getDef()); in tryAliasOpMatch() 652 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local 654 R->getLoc(), T, ResOp)) { in CodeGenInstAlias() [all …]
|
D | CodeGenInstruction.h | 362 CodeGenTarget &T, ResultOperand &ResOp);
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 412 ResultOperand &ResOp) { in tryAliasOpMatch() argument 422 ResOp = ResultOperand(Result->getArgName(AliasOpNo), ADI->getDef()); in tryAliasOpMatch() 451 ResOp = ResultOperand(ADI->getDef()); in tryAliasOpMatch() 463 ResOp = ResultOperand(static_cast<Record*>(0)); in tryAliasOpMatch() 474 ResOp = ResultOperand(II->getValue()); in tryAliasOpMatch() 523 ResultOperand ResOp(static_cast<int64_t>(0)); in CodeGenInstAlias() local 525 R->getLoc(), T, ResOp)) { in CodeGenInstAlias() 526 ResultOperands.push_back(ResOp); in CodeGenInstAlias() 541 R->getLoc(), T, ResOp)) { in CodeGenInstAlias() 542 ResultOperands.push_back(ResOp); in CodeGenInstAlias()
|
D | CodeGenInstruction.h | 322 CodeGenTarget &T, ResultOperand &ResOp);
|