Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstAlias.cpp27 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo, in tryAliasOpMatch()
151 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const { in getMINumOperands()
168 CodeGenInstAlias::CodeGenInstAlias(Record *R, CodeGenTarget &T) : TheDef(R) { in CodeGenInstAlias() function in CodeGenInstAlias
H A DCodeGenInstAlias.h33 class CodeGenInstAlias {
96 CodeGenInstAlias(Record *R, CodeGenTarget &T);
H A DAsmWriterEmitter.cpp792 typedef std::pair<CodeGenInstAlias, int> ValueType;
826 typedef std::set<std::pair<CodeGenInstAlias, int>, AliasPriorityComparator> in EmitPrintAliasInstruction()
836 std::make_pair(CodeGenInstAlias(R, Target), Priority)); in EmitPrintAliasInstruction()
854 const CodeGenInstAlias &CGA = Alias.first; in EmitPrintAliasInstruction()
900 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; in EmitPrintAliasInstruction()
903 case CodeGenInstAlias::ResultOperand::K_Record: { in EmitPrintAliasInstruction()
962 case CodeGenInstAlias::ResultOperand::K_Imm: { in EmitPrintAliasInstruction()
974 case CodeGenInstAlias::ResultOperand::K_Reg: in EmitPrintAliasInstruction()
H A DAsmMatcherEmitter.cpp506 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
511 return cast<const CodeGenInstAlias *>(DefRec)->ResultInst; in getResultInst()
549 MatchableInfo(std::unique_ptr<const CodeGenInstAlias> Alias) in MatchableInfo()
567 assert(!isa<const CodeGenInstAlias *>(DefRec)); in MatchableInfo()
571 delete dyn_cast_if_present<const CodeGenInstAlias *>(DefRec); in ~MatchableInfo()
1552 auto Alias = std::make_unique<CodeGenInstAlias>(InstAlias, Target); in buildInfo()
1751 const CodeGenInstAlias &CGA = *cast<const CodeGenInstAlias *>(II->DefRec); in buildAliasOperandReference()
1824 const CodeGenInstAlias &CGA = *cast<const CodeGenInstAlias *>(DefRec); in buildAliasResultOperands()
1896 case CodeGenInstAlias::ResultOperand::K_Record: { in buildAliasResultOperands()
1913 case CodeGenInstAlias::ResultOperand::K_Imm: { in buildAliasResultOperands()
[all …]
/freebsd-14.2/usr.bin/clang/llvm-tblgen/
H A DMakefile17 SRCS+= CodeGenInstAlias.cpp