Searched refs:CodeGenInstAlias (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 765 typedef std::pair<CodeGenInstAlias *, int> ValueType; 799 typedef std::set<std::pair<CodeGenInstAlias*, int>, AliasPriorityComparator> in EmitPrintAliasInstruction() 804 CodeGenInstAlias *Alias = new CodeGenInstAlias(*I, Variant, Target); in EmitPrintAliasInstruction() 826 const CodeGenInstAlias *CGA = Alias.first; in EmitPrintAliasInstruction() 852 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i]; in EmitPrintAliasInstruction() 855 case CodeGenInstAlias::ResultOperand::K_Record: { in EmitPrintAliasInstruction() 914 case CodeGenInstAlias::ResultOperand::K_Imm: { in EmitPrintAliasInstruction() 924 case CodeGenInstAlias::ResultOperand::K_Reg: in EmitPrintAliasInstruction()
|
D | CodeGenInstruction.h | 288 class CodeGenInstAlias { 343 CodeGenInstAlias(Record *R, unsigned Variant, CodeGenTarget &T);
|
D | AsmMatcherEmitter.cpp | 408 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec; 413 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst() 445 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo() 450 delete DefRec.dyn_cast<const CodeGenInstAlias*>(); in ~MatchableInfo() 1364 auto Alias = llvm::make_unique<CodeGenInstAlias>(AllInstAliases[i], in buildInfo() 1545 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); in buildAliasOperandReference() 1614 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); in buildAliasResultOperands() 1642 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands() 1654 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands() 1659 case CodeGenInstAlias::ResultOperand::K_Reg: { in buildAliasResultOperands()
|
D | CodeGenInstruction.cpp | 435 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch() 556 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const { in getMINumOperands() 573 CodeGenInstAlias::CodeGenInstAlias(Record *R, unsigned Variant, in CodeGenInstAlias() function in CodeGenInstAlias
|