Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp443 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 …]
DCodeGenInstruction.h350 CodeGenTarget &T, ResultOperand &ResOp);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.cpp463 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 …]
DCodeGenInstruction.h362 CodeGenTarget &T, ResultOperand &ResOp);
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp412 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()
DCodeGenInstruction.h322 CodeGenTarget &T, ResultOperand &ResOp);