Searched defs:CodeGenInstAlias (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp426 /// CodeGenInstAlias Implementation
429 /// tryAliasOpMatch - This is a helper function for the CodeGenInstAlias
433 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
539 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const {
556 CodeGenInstAlias::CodeGenInstAlias(Record *R, unsigned Variant, function in class:CodeGenInstAlias
H A DCodeGenInstruction.h285 /// CodeGenInstAlias - This represents an InstAlias definition.
286 class CodeGenInstAlias { class in namespace:llvm
341 CodeGenInstAlias(Record *R, unsigned Variant, CodeGenTarget &T);

Completed in 65 milliseconds