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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 428 /// CodeGenInstAlias Implementation
431 /// tryAliasOpMatch - This is a helper function for the CodeGenInstAlias
435 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
556 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const {
573 CodeGenInstAlias::CodeGenInstAlias(Record *R, unsigned Variant,
CodeGenInstruction.h 287 /// CodeGenInstAlias - This represents an InstAlias definition.
288 class CodeGenInstAlias {
343 CodeGenInstAlias(Record *R, unsigned Variant, CodeGenTarget &T);

Completed in 696 milliseconds