Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h106 CodeGenInstruction *getOpcodeAnnotation() const { return OpcodeAnnotation; } in getOpcodeAnnotation() function