Searched refs:CodeGenInstAlias (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 784 typedef std::pair<CodeGenInstAlias, int> ValueType; 818 typedef std::set<std::pair<CodeGenInstAlias, int>, AliasPriorityComparator> in EmitPrintAliasInstruction() 828 std::make_pair(CodeGenInstAlias(R, Target), Priority)); in EmitPrintAliasInstruction() 846 const CodeGenInstAlias &CGA = Alias.first; in EmitPrintAliasInstruction() 894 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; in EmitPrintAliasInstruction() 897 case CodeGenInstAlias::ResultOperand::K_Record: { in EmitPrintAliasInstruction() 956 case CodeGenInstAlias::ResultOperand::K_Imm: { in EmitPrintAliasInstruction() 968 case CodeGenInstAlias::ResultOperand::K_Reg: in EmitPrintAliasInstruction()
|
H A D | CodeGenInstruction.h | 329 class CodeGenInstAlias { 385 CodeGenInstAlias(Record *R, CodeGenTarget &T);
|
H A D | CodeGenInstruction.cpp | 536 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch() 660 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const { in getMINumOperands() 677 CodeGenInstAlias::CodeGenInstAlias(Record *R, CodeGenTarget &T) in CodeGenInstAlias() function in CodeGenInstAlias
|
H A D | AsmMatcherEmitter.cpp | 504 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; 509 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst() 547 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo() 565 assert(!DefRec.is<const CodeGenInstAlias *>()); in MatchableInfo() 569 delete DefRec.dyn_cast<const CodeGenInstAlias*>(); in ~MatchableInfo() 1532 auto Alias = std::make_unique<CodeGenInstAlias>(InstAlias, Target); in buildInfo() 1731 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); in buildAliasOperandReference() 1804 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); in buildAliasResultOperands() 1876 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands() 1893 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands() [all …]
|