Home
last modified time | relevance | path

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

/freebsd/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
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.cpp77 for (const auto &FeatureBitset : FeatureBitsets) { in emitSubtargetFeatureBitsetImpl() local
87 for (const auto &FeatureBitset : FeatureBitsets) { in emitSubtargetFeatureBitsetImpl() local
H A DGlobalISelMatchTable.cpp83 std::string getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset, in getNameForFeatureBitset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.h50 class FeatureBitset; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp724 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset()
783 for (const auto &FeatureBitset : FeatureBitsets) { in emitFeatureVerifier() local
791 for (const auto &FeatureBitset : FeatureBitsets) { in emitFeatureVerifier() local
H A DAsmMatcherEmitter.cpp3227 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset()
3479 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
3487 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp23 using FeatureBitset = Bitset<X86::CPU_FEATURE_MAX>; typedef