Searched refs:Feature (Results 51 - 75 of 76) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp221 Record *Feature = FeatureList[i]; local
223 StringRef Name = Feature->getName();
224 StringRef CommandLineName = Feature->getValueAsString("Name");
225 StringRef Desc = Feature->getValueAsString("Desc");
235 RecVec ImpliesList = Feature->getValueAsListOfDefs("Implies");
H A DAsmMatcherEmitter.cpp942 if (const SubtargetFeatureInfo *Feature =
944 RequiredFeatures.push_back(Feature);
3121 for (const auto &Feature : FeatureBitset)
3122 Name += ("_" + Feature->getName()).str();
3362 OS << "// Feature bitsets.\n"
3377 for (const auto &Feature : FeatureBitset) {
3378 const auto &I = Info.SubtargetFeatures.find(Feature);
H A DGlobalISelEmitter.cpp387 for (const auto &Feature : FeatureBitset)
388 Name += ("_" + Feature->getName()).str();
871 void addRequiredFeature(Record *Feature);
3038 void RuleMatcher::addRequiredFeature(Record *Feature) {
3039 RequiredFeatures.push_back(Feature);
5423 OS << "// Feature bitsets.\n"
5438 for (const auto &Feature : FeatureBitset) {
5439 const auto &I = SubtargetFeatures.find(Feature);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp747 wasm::WasmFeatureEntry Feature; local
748 Feature.Prefix = readUint8(Ctx);
749 switch (Feature.Prefix) {
758 Feature.Name = std::string(readString(Ctx));
759 if (!FeaturesSeen.insert(Feature.Name).second)
762 Feature.Name + "\"",
764 TargetFeatures.push_back(Feature);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2179 /// Whether to add the requirement \p Feature to the module \p M.
2194 static bool shouldAddRequirement(Module *M, StringRef Feature, argument
2196 if (Feature == "excluded" &&
2201 } else if (Feature == "cplusplus" && M->fullModuleNameIs({"IOKit", "avc"})) {
2240 std::string Feature = std::string(Tok.getString()); local
2245 shouldAddRequirement(ActiveModule, Feature, IsRequiresExcludedHack);
2252 ActiveModule->addRequirement(Feature, RequiredState, Map.LangOpts,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp167 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { argument
168 if (!(getSTI().getFeatureBits()[Feature])) {
175 bool getFeatureBits(uint64_t Feature) { argument
176 return getSTI().getFeatureBits()[Feature];
179 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) { argument
180 if (getSTI().getFeatureBits()[Feature]) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h565 /// \param Feature The feature that is required by this module (and
576 void addRequirement(StringRef Feature, bool RequiredState,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp82 for (StringRef Feature : Split) {
83 if (!appendArchExtFeatures(CPU, ArchKind, Feature, Features))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp552 for (StringRef Feature : LangOpts.ModuleFeatures)
553 Out.indent(6) << Feature << "\n";
H A DCompilerInvocation.cpp3856 for (StringRef Feature : LangOpts->ModuleFeatures)
3857 code = hash_combine(code, Feature);
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h1441 U8 Feature; /* 0x00 */ member in struct:_MPI2_PWR_MGMT_CONTROL_REQUEST
1460 /* defines for the Feature field */
1468 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_DA_PHY_POWER_COND Feature */
1476 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_PORT_WIDTH_MODULATION Feature */
1489 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_PCIE_LINK Feature */
1501 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_IOC_SPEED Feature */
1512 U8 Feature; /* 0x00 */ member in struct:_MPI2_PWR_MGMT_CONTROL_REPLY
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2267 ReqFeatures.begin(), ReqFeatures.end(), [&](StringRef Feature) {
2269 Feature.split(OrFeatures, '|');
2270 return llvm::any_of(OrFeatures, [&](StringRef Feature) {
2271 if (!CallerFeatureMap.lookup(Feature)) {
2272 FirstMissing = Feature.str();
H A DTargetInfo.cpp2506 QualType Ty, StringRef Feature,
2508 bool CallerHasFeat = CallerMap.lookup(Feature);
2509 bool CalleeHasFeat = CalleeMap.lookup(Feature);
2512 << IsArgument << Ty << Feature;
2517 << IsArgument << Ty << Feature;
2502 checkAVXParamFeature(DiagnosticsEngine &Diag, SourceLocation CallLoc, const llvm::StringMap<bool> &CallerMap, const llvm::StringMap<bool> &CalleeMap, QualType Ty, StringRef Feature, bool IsArgument) argument
H A DCGOpenMPRuntimeNVPTX.cpp4982 for (const auto &Feature : CGM.getTarget().getTargetOpts().FeatureMap) {
4983 if (Feature.getValue()) {
4984 CudaArch Arch = StringToCudaArch(Feature.getKey());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h276 bool hasFeature(StringRef Feature) const final;
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h1667 U8 Feature; /* 0x00 */ member in struct:_MPI2_PWR_MGMT_CONTROL_REQUEST
1686 /* defines for the Feature field */
1695 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_DA_PHY_POWER_COND Feature */
1703 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_PORT_WIDTH_MODULATION Feature */
1717 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_PCIE_LINK Feature */
1729 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_IOC_SPEED Feature */
1737 /* parameter usage for the MPI2_PM_CONTROL_FEATURE_GLOBAL_PWR_MGMT_MODE Feature */
1751 U8 Feature; /* 0x00 */ member in struct:_MPI2_PWR_MGMT_CONTROL_REPLY
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1332 for (StringRef Feature : Features) {
1333 if (Feature == "-thumb-mode")
1335 else if (Feature == "+thumb-mode")
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp362 bool parseSetFeature(uint64_t Feature);
460 // | Feature | Implies |
482 void setFeatureBits(uint64_t Feature, StringRef FeatureString) { argument
483 if (!(getSTI().getFeatureBits()[Feature])) {
491 void clearFeatureBits(uint64_t Feature, StringRef FeatureString) { argument
492 if (getSTI().getFeatureBits()[Feature]) {
500 void setModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { argument
501 setFeatureBits(Feature, FeatureString);
505 void clearModuleFeatureBits(uint64_t Feature, StringRef FeatureString) { argument
506 clearFeatureBits(Feature, FeatureStrin
7516 parseSetFeature(uint64_t Feature) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3270 StringRef Feature =
3272 if (!TI.validateCpuSupports(Feature))
3290 StringRef Feature =
3292 if (!TI.validateCpuIs(Feature))
H A DSemaDeclAttr.cpp3084 for (const auto &Feature : ParsedAttrs.Features) {
3085 auto CurFeature = StringRef(Feature).drop_front(); // remove + or -.
H A DSemaDecl.cpp9991 enum ErrType { Feature = 0, Architecture = 1 }; enumerator in enum:ErrType
10004 << Feature << ("no-" + BareFeat).str();
10011 << Feature << BareFeat;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp377 for (auto Feature : unifyTargetFeatures(Features)) {
379 CmdArgs.push_back(Feature.data());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1247 for (StringRef Feature : LangOpts.ModuleFeatures)
1248 AddString(Feature, Record);
2558 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // Feature
H A DASTReader.cpp423 for (StringRef Feature : UnmatchedReadFeatures)
425 << /* is-existing-feature */ false << Feature; local
426 for (StringRef Feature : UnmatchedExistingFeatures)
428 << /* is-existing-feature */ true << Feature; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11263 for (auto Feature : Features)
11264 STI.ApplyFeatureFlag(Feature);

Completed in 5606 milliseconds

1234