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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp18 if (const auto *Annotation = getOpcodeAnnotation())
H A DGIMatchDagInstr.h103 CodeGenInstruction *getOpcodeAnnotation() const { return OpcodeAnnotation; } function in class:llvm::GIMatchDagInstr
H A DGIMatchDag.cpp36 if (N->getOpcodeAnnotation())
37 OS << "|" << N->getOpcodeAnnotation()->TheDef->getName();

Completed in 52 milliseconds