Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagInstr.h64 CodeGenInstruction *OpcodeAnnotation = 0; variable
102 void setOpcodeAnnotation(CodeGenInstruction *I) { OpcodeAnnotation = I; } in setOpcodeAnnotation()
103 CodeGenInstruction *getOpcodeAnnotation() const { return OpcodeAnnotation; } in getOpcodeAnnotation()