Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h499 const PredicateBitset *FeatureBitsets, in ISelInfoTy()
503 FeatureBitsets(FeatureBitsets), in ISelInfoTy()
511 const PredicateBitset *FeatureBitsets; member
H A DInstructionSelectorImpl.h150 if ((AvailableFeatures & ISelInfo.FeatureBitsets[ExpectedBitsetID]) != in executeMatchTable()
151 ISelInfo.FeatureBitsets[ExpectedBitsetID]) { in executeMatchTable()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp755 std::vector<std::vector<Record *>> FeatureBitsets; in emitFeatureVerifier() local
757 FeatureBitsets.emplace_back(); in emitFeatureVerifier()
761 FeatureBitsets.back().push_back(I->second.TheDef); in emitFeatureVerifier()
765 llvm::sort(FeatureBitsets, [&](const std::vector<Record *> &A, in emitFeatureVerifier()
779 FeatureBitsets.erase( in emitFeatureVerifier()
780 std::unique(FeatureBitsets.begin(), FeatureBitsets.end()), in emitFeatureVerifier()
781 FeatureBitsets.end()); in emitFeatureVerifier()
784 << "enum : " << getMinimalTypeForRange(FeatureBitsets.size()) << " {\n" in emitFeatureVerifier()
786 for (const auto &FeatureBitset : FeatureBitsets) { in emitFeatureVerifier()
794 for (const auto &FeatureBitset : FeatureBitsets) { in emitFeatureVerifier()
[all …]
H A DAsmMatcherEmitter.cpp3402 std::vector<std::vector<Record *>> FeatureBitsets; in run() local
3406 FeatureBitsets.emplace_back(); in run()
3408 FeatureBitsets.back().push_back(MI->RequiredFeatures[I]->TheDef); in run()
3411 llvm::sort(FeatureBitsets, [&](const std::vector<Record *> &A, in run()
3425 FeatureBitsets.erase( in run()
3426 std::unique(FeatureBitsets.begin(), FeatureBitsets.end()), in run()
3427 FeatureBitsets.end()); in run()
3431 for (const auto &FeatureBitset : FeatureBitsets) { in run()
3439 for (const auto &FeatureBitset : FeatureBitsets) { in run()
3469 OS << " " << getMinimalTypeForRange(FeatureBitsets.size()) in run()
[all …]
H A DGlobalISelEmitter.cpp5851 std::vector<std::vector<Record *>> FeatureBitsets; in run() local
5853 FeatureBitsets.push_back(Rule.getRequiredFeatures()); in run()
5854 llvm::sort(FeatureBitsets, [&](const std::vector<Record *> &A, in run()
5868 FeatureBitsets.erase( in run()
5869 std::unique(FeatureBitsets.begin(), FeatureBitsets.end()), in run()
5870 FeatureBitsets.end()); in run()
5874 for (const auto &FeatureBitset : FeatureBitsets) { in run()
5882 for (const auto &FeatureBitset : FeatureBitsets) { in run()
/llvm-project-15.0.7/llvm/test/TableGen/
H A DGlobalISelEmitter.td88 // CHECK-NEXT: ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, Custom…
132 // CHECK-NEXT: const static PredicateBitset FeatureBitsets[] {