HomeSort by relevance Sort by last modified time
    Searched refs:CodeGenInstAlias (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 727 std::map<std::string, std::vector<CodeGenInstAlias*> > AliasMap;
730 CodeGenInstAlias *Alias = new CodeGenInstAlias(*I, Target);
743 for (std::map<std::string, std::vector<CodeGenInstAlias*> >::iterator
745 std::vector<CodeGenInstAlias*> &Aliases = I->second;
747 for (std::vector<CodeGenInstAlias*>::iterator
749 const CodeGenInstAlias *CGA = *II;
769 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
772 case CodeGenInstAlias::ResultOperand::K_Record: {
806 case CodeGenInstAlias::ResultOperand::K_Imm
    [all...]
CodeGenInstruction.h 264 /// CodeGenInstAlias - This represents an InstAlias definition.
265 class CodeGenInstAlias {
318 CodeGenInstAlias(Record *R, CodeGenTarget &T);
AsmMatcherEmitter.cpp 378 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
383 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
417 MatchableInfo(const CodeGenInstAlias *Alias)
    [all...]
CodeGenInstruction.cpp 402 /// CodeGenInstAlias Implementation
405 /// tryAliasOpMatch - This is a helper function for the CodeGenInstAlias
409 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
511 CodeGenInstAlias::CodeGenInstAlias(Record *R, CodeGenTarget &T) : TheDef(R) {

Completed in 99 milliseconds