Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DSubtargetFeature.h48 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitset() function
53 constexpr FeatureBitset(std::initializer_list<unsigned> Init) { in FeatureBitset() function
/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.cpp85 std::string getNameForFeatureBitset(ArrayRef<const Record *> FeatureBitset, in getNameForFeatureBitset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaMCTargetDesc.h22 class FeatureBitset; variable
/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.cpp617 getNameForFeatureBitset(ArrayRef<const Record *> FeatureBitset) { in getNameForFeatureBitset()
676 for (const auto &FeatureBitset : FeatureBitsets) { in emitFeatureVerifier() local
684 for (const auto &FeatureBitset : FeatureBitsets) { in emitFeatureVerifier() local
H A DAsmMatcherEmitter.cpp3237 getNameForFeatureBitset(ArrayRef<const Record *> FeatureBitset) { in getNameForFeatureBitset()
3485 for (const auto &FeatureBitset : FeatureBitsets) { in run() local
3493 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