| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/MathExtras.h"#include <array>#include <initializer_list>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | llvm::FeatureBitset | 
| Container class for subtarget features.  More... | |
| class | llvm::FeatureBitArray | 
| Class used to store the subtarget bits in the tables created by tablegen.  More... | |
| class | llvm::SubtargetFeatures | 
| Manages the enabling and disabling of subtarget specific features.  More... | |
Namespaces | |
| namespace | llvm | 
| This is an optimization pass for GlobalISel generic memory operations.  | |
Variables | |
| const unsigned | llvm::MAX_SUBTARGET_WORDS = 6 | 
| const unsigned | llvm::MAX_SUBTARGET_FEATURES = MAX_SUBTARGET_WORDS * 64 |