Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSubtargetFeature.h34 const unsigned MAX_SUBTARGET_WORDS = 4; variable
35 const unsigned MAX_SUBTARGET_FEATURES = MAX_SUBTARGET_WORDS * 64;
44 std::array<uint64_t, MAX_SUBTARGET_WORDS> Bits{};
47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitset()
165 constexpr FeatureBitArray(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitArray()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp181 std::array<uint64_t, MAX_SUBTARGET_WORDS> Mask = {}; in printFeatureMask()