| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | MemoryModelRelaxationAnnotations.cpp | 33 Tags.insert({cast<MDString>(TagMD->getOperand(0))->getString(), in MMRAMetadata() 65 ArrayRef<MMRAMetadata::TagT> Tags) { in getMD() argument 66 if (Tags.empty()) in getMD() 69 if (Tags.size() == 1) in getMD() 70 return getTagMD(Ctx, Tags.front()); in getMD() 73 for (const auto &Tag : Tags) in getMD() 102 return Tags.count({Prefix, Suffix}); in hasTag() 112 for (const auto &[P, S] : Tags) in isCompatibleWith() 126 for (const auto &[P, S] : Tags) in hasTagWithPrefix() 133 return Tags.begin(); in begin() [all …]
|
| H A D | LLVMContextImpl.cpp | 190 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() 191 Tags.resize(BundleTagCache.size()); in getOperandBundleTags() 193 Tags[T.second] = T.first(); in getOperandBundleTags()
|
| H A D | LLVMContext.cpp | 293 void LLVMContext::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags() 294 pImpl->getOperandBundleTags(Tags); in getOperandBundleTags()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | MemoryModelRelaxationAnnotations.h | 80 LLVM_ABI static MDTuple *getMD(LLVMContext &Ctx, ArrayRef<TagT> Tags); 116 operator bool() const { return !Tags.empty(); } 118 return Tags == Other.Tags; 121 return Tags != Other.Tags; 125 SetT Tags;
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CTagsEmitter.cpp | 74 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/clang/utils/TableGen/ |
| H A D | ClangCommentCommandInfoEmitter.cpp | 30 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() local 31 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo() 32 const Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() 64 for (size_t i = 0, e = Tags.size(); i != e; ++i) { in EmitClangCommentCommandInfo() 65 const Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() 124 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList() local 125 for (const Record *Tag : Tags) { in EmitClangCommentCommandList()
|
| H A D | ClangCommentHTMLTagsEmitter.cpp | 24 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags() local 26 for (const Record *Tag : Tags) { in EmitClangCommentHTMLTags() 41 ArrayRef<const Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties() local 44 for (const Record *Tag : Tags) { in EmitClangCommentHTMLTagsProperties()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TFLiteUtils.cpp | 58 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()
|
| H A D | DXILResource.cpp | 671 SmallVector<Metadata *> Tags; in getAsMetadata() local 673 Tags.push_back( in getAsMetadata() 675 Tags.push_back(getIntMD(RTI.getStruct(DL).Stride)); in getAsMetadata() 677 Tags.push_back(getIntMD(llvm::to_underlying(ExtPropTags::ElementType))); in getAsMetadata() 678 Tags.push_back(getIntMD(llvm::to_underlying(RTI.getTyped().ElementTy))); in getAsMetadata() 680 Tags.push_back( in getAsMetadata() 682 Tags.push_back(getIntMD(llvm::to_underlying(RTI.getFeedbackType()))); in getAsMetadata() 684 MDVals.push_back(Tags.empty() ? nullptr : MDNode::get(Ctx, Tags)); in getAsMetadata()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 661 std::vector<std::string> Tags; in ProcessCodeCompleteResults() local 663 Tags.push_back("Hidden"); in ProcessCodeCompleteResults() 665 Tags.push_back("InBase"); in ProcessCodeCompleteResults() 668 Tags.push_back("Inaccessible"); in ProcessCodeCompleteResults() 669 if (!Tags.empty()) in ProcessCodeCompleteResults() 670 OS << " (" << llvm::join(Tags, ",") << ")"; in ProcessCodeCompleteResults()
|
| H A D | SemaDeclAttr.cpp | 6171 SmallVector<StringRef, 4> Tags; in handleAbiTagAttr() local 6176 Tags.push_back(Tag); in handleAbiTagAttr() 6189 Tags.push_back(NS->getName()); in handleAbiTagAttr() 6194 llvm::sort(Tags); in handleAbiTagAttr() 6195 Tags.erase(llvm::unique(Tags), Tags.end()); in handleAbiTagAttr() 6198 AbiTagAttr(S.Context, AL, Tags.data(), Tags.size())); in handleAbiTagAttr()
|
| /freebsd/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 83 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/sys/contrib/openzfs/ |
| H A D | META | 6 Release-Tags: relext
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | TFUtils.h | 79 const char *Tags = "serve");
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 58 #### 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 D | BugReporter.h | 765 std::vector<std::unique_ptr<DataTag>> Tags; variable 772 Tags.emplace_back( in make() 774 return static_cast<DataTagType *>(Tags.back().get()); in make()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 980 …#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/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 475 TagsSeq Tags; member 513 IO.mapOptional("Tags", T.Tags); in mapping() 571 TagsSeq Tags; member 585 IO.mapOptional("Tags", TLI.Tags); in mapTopLevelItems() 1058 for (const auto &Tag : T.Tags) in convertTagContext() 1156 for (const auto &Tag : TLItems.Tags) { in convertTopLevelItems()
|
| H A D | APINotesWriter.cpp | 118 Tags; member in clang::api_notes::APINotesWriter::Implementation 1347 if (Tags.empty()) in writeTagBlock() 1355 for (auto &T : Tags) in writeTagBlock() 1560 Implementation->Tags[Key].push_back({SwiftVersion, Info}); in addTag()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 150 ArrayRef<wasm::WasmTag> tags() const { return Tags; } in tags() 288 std::vector<wasm::WasmTag> Tags; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 869 wasm::WasmTag &Tag = Tags[TagIndex]; in parseLinkingSectionSymtab() 1392 Tags.reserve(Count); in parseTagSection() 1403 Tag.Index = NumImportedTags + Tags.size(); in parseTagSection() 1406 Tags.push_back(Tag); in parseTagSection() 1546 return Index < NumImportedTags + Tags.size(); in isValidTagIndex() 1595 return Tags[Index - NumImportedTags]; in getDefinedTag()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2738 const std::pair<const ProgramPointTag *, const ProgramPointTag *> &Tags = in VisitNodeImpl() local 2752 if (PreviousNodeTag == Tags.first || PreviousNodeTag == Tags.second) in VisitNodeImpl() 2762 if (CurrentNodeTag != Tags.first && CurrentNodeTag != Tags.second) in VisitNodeImpl() 2765 bool TookTrue = CurrentNodeTag == Tags.first; in VisitNodeImpl()
|
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | README.asn1 | 27 Tags 60 Tags can have one of four classes: universal, application, private, 66 Tags can be explicit or implicit, and the distinction is important to
|
| /freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 614 Tags: %s
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1590 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad() local 1591 if (Tags) in eliminatePartiallyRedundantLoad() 1592 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
|