Searched defs:FeatureBitset (Results 1 – 8 of 8) sorted by relevance
47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitset() function52 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function
77 for (const auto &FeatureBitset : FeatureBitsets) { in emitSubtargetFeatureBitsetImpl() local 87 for (const auto &FeatureBitset : FeatureBitsets) { in emitSubtargetFeatureBitsetImpl() local [all...]
83 std::string getNameForFeatureBitset(ArrayRef<const Record *> FeatureBitset, in getNameForFeatureBitset() argument
50 class FeatureBitset; variable
724 getNameForFeatureBitset(const std::vector<Record * > & FeatureBitset) getNameForFeatureBitset() argument 783 for (const auto &FeatureBitset : FeatureBitsets) { emitFeatureVerifier() local 791 for (const auto &FeatureBitset : FeatureBitsets) { emitFeatureVerifier() local [all...]
3227 getNameForFeatureBitset(const std::vector<Record * > & FeatureBitset) getNameForFeatureBitset() argument 3479 for (const auto &FeatureBitset : FeatureBitsets) { run() local 3487 for (const auto &FeatureBitset : FeatureBitsets) { run() local [all...]
207 bool opcodeIsNotAvailable(unsigned, const FeatureBitset &) { return false; } in opcodeIsNotAvailable() argument
23 using FeatureBitset = Bitset<X86::CPU_FEATURE_MAX>; typedef [all...]