Home
last modified time | relevance | path

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

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