Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp765 typedef std::pair<CodeGenInstAlias, int> ValueType;
799 typedef std::set<std::pair<CodeGenInstAlias, int>, AliasPriorityComparator> in EmitPrintAliasInstruction()
812 std::make_pair(CodeGenInstAlias(*I, Variant, Target), Priority)); in EmitPrintAliasInstruction()
825 const CodeGenInstAlias &CGA = Alias.first; in EmitPrintAliasInstruction()
850 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; in EmitPrintAliasInstruction()
853 case CodeGenInstAlias::ResultOperand::K_Record: { in EmitPrintAliasInstruction()
912 case CodeGenInstAlias::ResultOperand::K_Imm: { in EmitPrintAliasInstruction()
922 case CodeGenInstAlias::ResultOperand::K_Reg: in EmitPrintAliasInstruction()
DAsmMatcherEmitter.cpp420 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
425 return DefRec.get<const CodeGenInstAlias*>()->ResultInst; in getResultInst()
463 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo()
481 assert(!DefRec.is<const CodeGenInstAlias *>()); in MatchableInfo()
485 delete DefRec.dyn_cast<const CodeGenInstAlias*>(); in ~MatchableInfo()
1418 auto Alias = llvm::make_unique<CodeGenInstAlias>(AllInstAliases[i], in buildInfo()
1600 const CodeGenInstAlias &CGA = *II->DefRec.get<const CodeGenInstAlias*>(); in buildAliasOperandReference()
1669 const CodeGenInstAlias &CGA = *DefRec.get<const CodeGenInstAlias*>(); in buildAliasResultOperands()
1697 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands()
1709 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands()
[all …]
DCodeGenInstruction.h290 class CodeGenInstAlias {
345 CodeGenInstAlias(Record *R, unsigned Variant, CodeGenTarget &T);
DCodeGenInstruction.cpp436 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch()
557 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const { in getMINumOperands()
574 CodeGenInstAlias::CodeGenInstAlias(Record *R, unsigned Variant, in CodeGenInstAlias() function in CodeGenInstAlias