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 816 std::map<std::string, std::vector<CodeGenInstAlias*> > AliasMap;
819 CodeGenInstAlias *Alias = new CodeGenInstAlias(*I, Target);
832 for (std::map<std::string, std::vector<CodeGenInstAlias*> >::iterator
834 std::vector<CodeGenInstAlias*> &Aliases = I->second;
836 for (std::vector<CodeGenInstAlias*>::iterator
838 const CodeGenInstAlias *CGA = *II;
858 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
862 case CodeGenInstAlias::ResultOperand::K_Record: {
896 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 374 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
379 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
412 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,
481 CodeGenInstAlias::CodeGenInstAlias(Record *R, CodeGenTarget &T) : TheDef(R) {

Completed in 22 milliseconds