class FeatureBitArray
Declaration
class FeatureBitArray : public FeatureBitset { /* full declaration omitted */ };
Description
Class used to store the subtarget bits in the tables created by tablegen.
Declared at: llvm/include/llvm/MC/SubtargetFeature.h:165
Inherits from: FeatureBitset
Method Overview
- public constexpr FeatureBitArray(const std::array<uint64_t, MAX_SUBTARGET_WORDS> & B)
- public const llvm::FeatureBitset & getAsBitset() const
Inherited from FeatureBitset:
Methods
¶constexpr FeatureBitArray(
const std::array<uint64_t,
MAX_SUBTARGET_WORDS>& B)
constexpr FeatureBitArray(
const std::array<uint64_t,
MAX_SUBTARGET_WORDS>& B)
Declared at: llvm/include/llvm/MC/SubtargetFeature.h:167
Parameters
- const std::array<uint64_t, MAX_SUBTARGET_WORDS>& B
¶const llvm::FeatureBitset& getAsBitset() const
const llvm::FeatureBitset& getAsBitset() const
Declared at: llvm/include/llvm/MC/SubtargetFeature.h:170