reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/TableGen/Record.h
 1333   Record *getOperatorAsDef(ArrayRef<SMLoc> Loc) const;

References

utils/TableGen/AsmWriterEmitter.cpp
  787     AliasMap[getQualifiedName(DI->getOperatorAsDef(R->getLoc()))].insert(
utils/TableGen/GICombinerEmitter.cpp
  119   if (Defs->getOperatorAsDef(TheDef.getLoc())->getName() != "defs") {
  157   if (Matchers->getOperatorAsDef(TheDef.getLoc())->getName() != "match") {
  296     if (Applyer->getOperatorAsDef(RuleDef.getLoc())->getName() !=
utils/TableGen/RISCVCompressInstEmitter.cpp
  415   Record *Operator = SourceDag->getOperatorAsDef(Rec->getLoc());
  427   Record *DestOperator = DestDag->getOperatorAsDef(Rec->getLoc());