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 787 std::map<std::string, std::vector<CodeGenInstAlias*> > AliasMap;
790 CodeGenInstAlias *Alias = new CodeGenInstAlias(*I, Target);
803 for (std::map<std::string, std::vector<CodeGenInstAlias*> >::iterator
805 std::vector<CodeGenInstAlias*> &Aliases = I->second;
807 for (std::vector<CodeGenInstAlias*>::iterator
809 const CodeGenInstAlias *CGA = *II;
829 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
832 case CodeGenInstAlias::ResultOperand::K_Record: {
869 case CodeGenInstAlias::ResultOperand::K_Imm:
    [all...]
CodeGenInstruction.h 276 /// CodeGenInstAlias - This represents an InstAlias definition.
277 class CodeGenInstAlias {
330 CodeGenInstAlias(Record *R, CodeGenTarget &T);
AsmMatcherEmitter.cpp 398 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
403 return DefRec.get<const CodeGenInstAlias*>()->ResultInst;
437 MatchableInfo(const CodeGenInstAlias *Alias)
    [all...]
CodeGenInstruction.cpp 408 /// CodeGenInstAlias Implementation
411 /// tryAliasOpMatch - This is a helper function for the CodeGenInstAlias
415 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
517 CodeGenInstAlias::CodeGenInstAlias(Record *R, CodeGenTarget &T) : TheDef(R) {

Completed in 90 milliseconds