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

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 433 /// CodeGenInstAlias Implementation
436 /// tryAliasOpMatch - This is a helper function for the CodeGenInstAlias
440 bool CodeGenInstAlias::tryAliasOpMatch(DagInit *Result, unsigned AliasOpNo,
561 unsigned CodeGenInstAlias::ResultOperand::getMINumOperands() const {
578 CodeGenInstAlias::CodeGenInstAlias(Record *R, unsigned Variant,
CodeGenInstruction.h 289 /// CodeGenInstAlias - This represents an InstAlias definition.
290 class CodeGenInstAlias {
346 CodeGenInstAlias(Record *R, unsigned Variant, CodeGenTarget &T);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
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) {
CodeGenInstruction.h 264 /// CodeGenInstAlias - This represents an InstAlias definition.
265 class CodeGenInstAlias {
318 CodeGenInstAlias(Record *R, CodeGenTarget &T);

Completed in 390 milliseconds