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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h26 /// IsMatchRoot, and OpcodeAnnotation are likely to differ between GIMatchDag
64 CodeGenInstruction *OpcodeAnnotation = 0; member in class:llvm::GIMatchDagInstr
102 void setOpcodeAnnotation(CodeGenInstruction *I) { OpcodeAnnotation = I; }
103 CodeGenInstruction *getOpcodeAnnotation() const { return OpcodeAnnotation; }

Completed in 176 milliseconds