Home
last modified time | relevance | path

Searched refs:Tags (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp34 Tags.insert({cast<MDString>(TagMD->getOperand(0))->getString(), in MMRAMetadata()
66 ArrayRef<MMRAMetadata::TagT> Tags) { in getMD() argument
67 if (Tags.empty()) in getMD()
70 if (Tags.size() == 1) in getMD()
71 return getTagMD(Ctx, Tags.front()); in getMD()
74 for (const auto &Tag : Tags) in getMD()
103 return Tags.count({Prefix, Suffix}); in hasTag()
113 for (const auto &[P, S] : Tags) in isCompatibleWith()
127 for (const auto &[P, S] : Tags) in hasTagWithPrefix()
134 return Tags.begin(); in begin()
[all …]
H A DLLVMContextImpl.cpp221 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags()
222 Tags.resize(BundleTagCache.size()); in getOperandBundleTags()
224 Tags[T.second] = T.first(); in getOperandBundleTags()
H A DLLVMContext.cpp312 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags()
313 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp30 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() local
31 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo()
32 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo()
64 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo()
65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo()
124 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList() local
125 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandList()
126 Record &Tag = *Tags[i]; in EmitClangCommentCommandList()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMemoryModelRelaxationAnnotations.h79 static MDTuple *getMD(LLVMContext &Ctx, ArrayRef<TagT> Tags);
115 operator bool() const { return !Tags.empty(); }
117 return Tags == Other.Tags;
120 return Tags != Other.Tags;
124 SetT Tags;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp74 std::vector<Tag> Tags; in run() local
76 Tags.reserve(Classes.size() + Defs.size()); in run()
78 Tags.push_back(Tag(C.first, locate(C.second.get()))); in run()
80 Tags.push_back(Tag(C.first, FwdLoc)); in run()
83 Tags.push_back(Tag(D.first, locate(D.second.get()))); in run()
85 llvm::sort(Tags); in run()
88 for (const Tag &T : Tags) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp309 SmallVector<Metadata *> Tags; in getAsMetadata() local
311 Tags.push_back( in getAsMetadata()
313 Tags.push_back(getIntMD(Struct.Stride)); in getAsMetadata()
315 Tags.push_back(getIntMD(llvm::to_underlying(ExtPropTags::ElementType))); in getAsMetadata()
316 Tags.push_back(getIntMD(llvm::to_underlying(Typed.ElementTy))); in getAsMetadata()
318 Tags.push_back( in getAsMetadata()
320 Tags.push_back(getIntMD(llvm::to_underlying(Feedback.Type))); in getAsMetadata()
322 MDVals.push_back(Tags.empty() ? nullptr : MDNode::get(Ctx, Tags)); in getAsMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp58 const char *Tags);
102 const std::vector<TensorSpec> &OutputSpecs, const char *Tags = "serve") in TFModelEvaluatorImpl() argument
187 const char *Tags) in TFModelEvaluator() argument
189 Tags)) { in TFModelEvaluator()
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc83 PFCTL_TEST(0067, "Tags")
84 PFCTL_TEST(0069, "Tags")
85 PFCTL_TEST(0070, "Tags")
86 PFCTL_TEST(0071, "Tags")
87 PFCTL_TEST(0072, "Tags")
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp665 std::vector<std::string> Tags; in ProcessCodeCompleteResults() local
667 Tags.push_back("Hidden"); in ProcessCodeCompleteResults()
669 Tags.push_back("InBase"); in ProcessCodeCompleteResults()
672 Tags.push_back("Inaccessible"); in ProcessCodeCompleteResults()
673 if (!Tags.empty()) in ProcessCodeCompleteResults()
674 OS << " (" << llvm::join(Tags, ",") << ")"; in ProcessCodeCompleteResults()
H A DSemaDeclAttr.cpp5453 SmallVector<StringRef, 4> Tags; in handleAbiTagAttr() local
5458 Tags.push_back(Tag); in handleAbiTagAttr()
5471 Tags.push_back(NS->getName()); in handleAbiTagAttr()
5476 llvm::sort(Tags); in handleAbiTagAttr()
5477 Tags.erase(std::unique(Tags.begin(), Tags.end()), Tags.end()); in handleAbiTagAttr()
5480 AbiTagAttr(S.Context, AL, Tags.data(), Tags.size())); in handleAbiTagAttr()
/freebsd/sys/contrib/openzfs/
H A DMETA6 Release-Tags: relext
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h79 const char *Tags = "serve");
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md58 #### zpool_stats Tags
87 #### zpool_scan_stats Tags
127 #### zpool_vdev_stats Tags
156 #### zpool_latency Histogram Tags
196 #### zpool_io_size Histogram Tags
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h760 std::vector<std::unique_ptr<DataTag>> Tags; variable
767 Tags.emplace_back( in make()
769 return static_cast<DataTagType *>(Tags.back().get()); in make()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp980 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION_2( TestName, TestFunc, Name, Tags, Signa… argument
982 …_CASE_METHOD_NO_REGISTRATION_2( TestNameClass, TestName, ClassName, Name, Tags, Signature, ... ) … argument
991 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(Name, Tags, ...) \ argument
992 …NAME( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ), Name, Tags, typename TestType,…
994 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION(Name, Tags, ...) \ argument
995 …NAME( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ), Name, Tags, typename TestType,…
999 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG_NO_REGISTRATION(Name, Tags, Signature, ...) \ argument
1000 …NAME( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ), Name, Tags, Signature, __VA_AR…
1002 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_SIG_NO_REGISTRATION(Name, Tags, Signature, ...) \ argument
1003 …NAME( ____C_A_T_C_H____T_E_M_P_L_A_T_E____T_E_S_T____F_U_N_C____ ), Name, Tags, Signature, __VA_AR…
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h60 enum Tags : uint32_t { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h149 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags()
287 std::vector<wasm::WasmTag> Tags; variable
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp111 Tags; member in clang::api_notes::APINotesWriter::Implementation
1243 if (Tags.empty()) in writeTagBlock()
1251 for (auto &T : Tags) in writeTagBlock()
1448 Implementation->Tags[Key].push_back({SwiftVersion, Info}); in addTag()
H A DAPINotesYAMLCompiler.cpp516 TagsSeq Tags; member
530 IO.mapOptional("Tags", TLI.Tags); in mapTopLevelItems()
1068 for (const auto &Tag : TLItems.Tags) { in convertTopLevelItems()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp859 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab()
1384 Tags.reserve(Count); in parseTagSection()
1395 Tag.Index = NumImportedTags + Tags.size(); in parseTagSection()
1398 Tags.push_back(Tag); in parseTagSection()
1533 return Index < NumImportedTags + Tags.size(); in isValidTagIndex()
1582 return Tags[Index - NumImportedTags]; in getDefinedTag()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2786 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() local
2800 if (PreviousNodeTag == Tags.first || PreviousNodeTag == Tags.second) in VisitNodeImpl()
2810 if (CurrentNodeTag != Tags.first && CurrentNodeTag != Tags.second) in VisitNodeImpl()
2813 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1495 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad() local
1496 if (Tags) in eliminatePartiallyRedundantLoad()
1497 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
H A DSROA.cpp1770 AAMDNodes Tags = LI.getAAMetadata(); in speculateSelectInstLoads() local
1771 if (Tags) { in speculateSelectInstLoads()
1772 TL->setAAMetadata(Tags); in speculateSelectInstLoads()
1773 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2586 SmallVector<StringRef, 8> Tags; in writeOperandBundleTags() local
2587 M.getOperandBundleTags(Tags); in writeOperandBundleTags()
2589 if (Tags.empty()) in writeOperandBundleTags()
2596 for (auto Tag : Tags) { in writeOperandBundleTags()

12