Home
last modified time | relevance | path

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

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