Home
last modified time | relevance | path

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

/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
/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
[all...]
H A DGlobalISelMatchTable.cpp83 std::string getNameForFeatureBitset(ArrayRef<const Record *> FeatureBitset, in getNameForFeatureBitset() argument
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.h50 class FeatureBitset; variable
/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp724 getNameForFeatureBitset(const std::vector<Record * > & FeatureBitset) getNameForFeatureBitset() argument
783 for (const auto &FeatureBitset : FeatureBitsets) { emitFeatureVerifier() local
791 for (const auto &FeatureBitset : FeatureBitsets) { emitFeatureVerifier() local
[all...]
H A DAsmMatcherEmitter.cpp3227 getNameForFeatureBitset(const std::vector<Record * > & FeatureBitset) getNameForFeatureBitset() argument
3479 for (const auto &FeatureBitset : FeatureBitsets) { run() local
3487 for (const auto &FeatureBitset : FeatureBitsets) { run() local
[all...]
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DTarget.cpp207 bool opcodeIsNotAvailable(unsigned, const FeatureBitset &) { return false; } in opcodeIsNotAvailable() argument
/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp23 using FeatureBitset = Bitset<X86::CPU_FEATURE_MAX>; typedef
[all...]