Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.h105 void setOpcodeAnnotation(CodeGenInstruction *I) { OpcodeAnnotation = I; } in setOpcodeAnnotation() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp412 N->setOpcodeAnnotation(&Instr); in parseInstructionMatcher()