Searched defs:FeatureBitset (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DSubtargetFeature.h40 class FeatureBitset { class in namespace:llvm
47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) { function in class:llvm::FeatureBitset
54 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { function in class:llvm::FeatureBitset
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp334 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { argument
[all...]
H A DGlobalISelEmitter.cpp385 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { argument

Completed in 207 milliseconds