Home
last modified time | relevance | path

Searched refs:getOpcodeAnnotation (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDag.cpp36 if (N->getOpcodeAnnotation()) in writeDOTGraph()
37 OS << "|" << N->getOpcodeAnnotation()->TheDef->getName(); in writeDOTGraph()
DGIMatchDagInstr.cpp18 if (const auto *Annotation = getOpcodeAnnotation()) in print()
DGIMatchDagInstr.h103 CodeGenInstruction *getOpcodeAnnotation() const { return OpcodeAnnotation; } in getOpcodeAnnotation() function