Home
last modified time | relevance | path

Searched refs:FeatureBitsets (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h380 const PredicateBitset *FeatureBitsets, in ISelInfoTy()
384 FeatureBitsets(FeatureBitsets), in ISelInfoTy()
392 const PredicateBitset *FeatureBitsets; member
H A DInstructionSelectorImpl.h131 if ((AvailableFeatures & ISelInfo.FeatureBitsets[ExpectedBitsetID]) != in executeMatchTable()
132 ISelInfo.FeatureBitsets[ExpectedBitsetID]) { in executeMatchTable()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4399 std::vector<std::vector<Record *>> FeatureBitsets; in run() local
4401 FeatureBitsets.push_back(Rule.getRequiredFeatures()); in run()
4402 llvm::sort(FeatureBitsets, [&](const std::vector<Record *> &A, in run()
4416 FeatureBitsets.erase( in run()
4417 std::unique(FeatureBitsets.begin(), FeatureBitsets.end()), in run()
4418 FeatureBitsets.end()); in run()
4422 for (const auto &FeatureBitset : FeatureBitsets) { in run()
4430 for (const auto &FeatureBitset : FeatureBitsets) { in run()