Home
last modified time | relevance | path

Searched defs:FeatureBitset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSubtargetFeature.h47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) { in FeatureBitset() function
54 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp334 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset()
579 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
587 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
H A DAsmMatcherEmitter.cpp3171 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset()
3417 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
3425 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
H A DGlobalISelEmitter.cpp389 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset()
5800 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
5808 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.h51 class FeatureBitset; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.h26 class FeatureBitset; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DX86TargetParser.cpp25 class FeatureBitset { class
34 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function in __anon330394410111::FeatureBitset