LLVM 19.0.0git
Public Attributes | List of all members
llvm::PatternsForOpcode Struct Reference

Map from opcode to pattern list by binary search. More...

#include "llvm/MC/MCInstPrinter.h"

Public Attributes

uint32_t Opcode
 
uint16_t PatternStart
 
uint16_t NumPatterns
 

Detailed Description

Map from opcode to pattern list by binary search.

Definition at line 181 of file MCInstPrinter.h.

Member Data Documentation

◆ NumPatterns

uint16_t llvm::PatternsForOpcode::NumPatterns

Definition at line 184 of file MCInstPrinter.h.

◆ Opcode

uint32_t llvm::PatternsForOpcode::Opcode

Definition at line 182 of file MCInstPrinter.h.

◆ PatternStart

uint16_t llvm::PatternsForOpcode::PatternStart

Definition at line 183 of file MCInstPrinter.h.


The documentation for this struct was generated from the following file: