Home
last modified time | relevance | path

Searched refs:CodeGenInstAlias (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp729 typedef std::pair<CodeGenInstAlias, int> ValueType;
763 typedef std::set<std::pair<CodeGenInstAlias, int>, AliasPriorityComparator> in EmitPrintAliasInstruction()
774 std::make_pair(CodeGenInstAlias(R, Variant, Target), Priority)); in EmitPrintAliasInstruction()
789 const CodeGenInstAlias &CGA = Alias.first; in EmitPrintAliasInstruction()
826 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; in EmitPrintAliasInstruction()
829 case CodeGenInstAlias::ResultOperand::K_Record: { in EmitPrintAliasInstruction()
888 case CodeGenInstAlias::ResultOperand::K_Imm: { in EmitPrintAliasInstruction()
898 case CodeGenInstAlias::ResultOperand::K_Reg: in EmitPrintAliasInstruction()
DCodeGenInstruction.h290 class CodeGenInstAlias {
346 CodeGenInstAlias(Record *R, unsigned Variant, CodeGenTarget &T);
DAsmMatcherEmitter.cpp475 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
480 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
518 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo()
536 assert(!DefRec.is<const CodeGenInstAlias *>()); in MatchableInfo()
540 delete DefRec.dyn_cast<const CodeGenInstAlias*>(); in ~MatchableInfo()
1504 auto Alias = llvm::make_unique<CodeGenInstAlias>(AllInstAliases[i], in buildInfo()
1695 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); in buildAliasOperandReference()
1762 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); in buildAliasResultOperands()
1790 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands()
1802 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands()
[all …]
DCodeGenInstruction.cpp440 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch()
561 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const { in getMINumOperands()
578 CodeGenInstAlias::CodeGenInstAlias(Record *R, unsigned Variant, in CodeGenInstAlias() function in CodeGenInstAlias
/external/llvm-project/llvm/utils/TableGen/
DAsmWriterEmitter.cpp789 typedef std::pair<CodeGenInstAlias, int> ValueType;
823 typedef std::set<std::pair<CodeGenInstAlias, int>, AliasPriorityComparator> in EmitPrintAliasInstruction()
833 std::make_pair(CodeGenInstAlias(R, Target), Priority)); in EmitPrintAliasInstruction()
851 const CodeGenInstAlias &CGA = Alias.first; in EmitPrintAliasInstruction()
899 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; in EmitPrintAliasInstruction()
902 case CodeGenInstAlias::ResultOperand::K_Record: { in EmitPrintAliasInstruction()
961 case CodeGenInstAlias::ResultOperand::K_Imm: { in EmitPrintAliasInstruction()
973 case CodeGenInstAlias::ResultOperand::K_Reg: in EmitPrintAliasInstruction()
DCodeGenInstruction.h329 class CodeGenInstAlias {
385 CodeGenInstAlias(Record *R, CodeGenTarget &T);
DCodeGenInstruction.cpp540 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch()
664 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const { in getMINumOperands()
681 CodeGenInstAlias::CodeGenInstAlias(Record *R, CodeGenTarget &T) in CodeGenInstAlias() function in CodeGenInstAlias
DAsmMatcherEmitter.cpp504 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()
1536 auto Alias = std::make_unique<CodeGenInstAlias>(AllInstAliases[i], in buildInfo()
1736 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); in buildAliasOperandReference()
1809 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); in buildAliasResultOperands()
1881 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands()
1898 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands()
[all …]