LLVM: llvm::SubtargetSubTypeKV Struct Reference (original) (raw)

Used to provide key value pairs for feature and CPU bit flags. More...

#include "[llvm/MC/MCSubtargetInfo.h](MCSubtargetInfo%5F8h%5Fsource.html)"

Public Attributes
const char * Key
K-V key string.
FeatureBitArray Implies
K-V bit mask.
FeatureBitArray TuneImplies
K-V bit mask.
const MCSchedModel * SchedModel

Used to provide key value pairs for feature and CPU bit flags.

Definition at line 56 of file MCSubtargetInfo.h.

operator<() [1/2]

operator<() [2/2]

bool llvm::SubtargetSubTypeKV::operator< ( StringRef S) const inline

Implies

Key

SchedModel

TuneImplies


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