Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitset() function
52 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTableExecutorEmitter.cpp
H A DInstrInfoEmitter.cpp724 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset() argument
785 for (const auto &FeatureBitset : FeatureBitsets) { emitFeatureVerifier() local
793 for (const auto &FeatureBitset : FeatureBitsets) { emitFeatureVerifier() local
[all...]
H A DAsmMatcherEmitter.cpp3195 getNameForFeatureBitset(const std::vector<Record * > & FeatureBitset) getNameForFeatureBitset() argument
3443 for (const auto &FeatureBitset : FeatureBitsets) { run() local
3451 for (const auto &FeatureBitset : FeatureBitsets) { run() local
[all...]
H A DGlobalISelMatchTable.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.h50 class FeatureBitset; variable
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp23 using FeatureBitset = Bitset<X86::CPU_FEATURE_MAX>; typedef
[all...]