Home
last modified time | relevance | path

Searched refs:getNameForFeatureBitset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTableExecutorEmitter.cpp81 << getNameForFeatureBitset(FeatureBitset.first, FeatureBitset.second) in emitSubtargetFeatureBitsetImpl()
H A DGlobalISelMatchTable.cpp83 std::string getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset, in getNameForFeatureBitset() function
973 2, getNameForFeatureBitset(RequiredFeatures, HwModeIdx)) in emit()
H A DGlobalISelMatchTable.h65 std::string getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp724 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset() function
786 OS << " " << getNameForFeatureBitset(FeatureBitset) << ",\n"; in emitFeatureVerifier()
H A DAsmMatcherEmitter.cpp3227 getNameForFeatureBitset(const std::vector<Record *> &FeatureBitset) { in getNameForFeatureBitset() function
3482 OS << " " << getNameForFeatureBitset(FeatureBitset) << ",\n"; in run()