Searched refs:CodeGenInstAlias (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | AsmWriterEmitter.cpp | 736 typedef std::pair<CodeGenInstAlias, int> ValueType; 770 typedef std::set<std::pair<CodeGenInstAlias, int>, AliasPriorityComparator> in EmitPrintAliasInstruction() 781 std::make_pair(CodeGenInstAlias(R, Target), Priority)); in EmitPrintAliasInstruction() 796 const CodeGenInstAlias &CGA = Alias.first; in EmitPrintAliasInstruction() 856 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; in EmitPrintAliasInstruction() 859 case CodeGenInstAlias::ResultOperand::K_Record: { in EmitPrintAliasInstruction() 918 case CodeGenInstAlias::ResultOperand::K_Imm: { in EmitPrintAliasInstruction() 927 case CodeGenInstAlias::ResultOperand::K_Reg: in EmitPrintAliasInstruction()
|
| H A D | CodeGenInstruction.h | 315 class CodeGenInstAlias { 371 CodeGenInstAlias(Record *R, CodeGenTarget &T);
|
| H A D | AsmMatcherEmitter.cpp | 505 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; 510 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst() 548 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo() 566 assert(!DefRec.is<const CodeGenInstAlias *>()); in MatchableInfo() 570 delete DefRec.dyn_cast<const CodeGenInstAlias*>(); in ~MatchableInfo() 1534 auto Alias = llvm::make_unique<CodeGenInstAlias>(AllInstAliases[i], in buildInfo() 1734 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); in buildAliasOperandReference() 1807 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); in buildAliasResultOperands() 1879 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands() 1896 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands() [all …]
|
| H A D | CodeGenInstruction.cpp | 501 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch() 622 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const { in getMINumOperands() 639 CodeGenInstAlias::CodeGenInstAlias(Record *R, CodeGenTarget &T) in CodeGenInstAlias() function in CodeGenInstAlias
|