Home
last modified time | relevance | path

Searched refs:getTagMD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp58 MDTuple *MMRAMetadata::getTagMD(LLVMContext &Ctx, StringRef Prefix, in getTagMD() function in MMRAMetadata
70 return getTagMD(Ctx, Tags.front()); in getMD()
74 MMRAs.push_back(getTagMD(Ctx, Tag)); in getMD()
91 Result.push_back(getTagMD(Ctx, P, S)); in combine()
95 Result.push_back(getTagMD(Ctx, P, S)); in combine()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMemoryModelRelaxationAnnotations.h72 LLVM_ABI static MDTuple *getTagMD(LLVMContext &Ctx, StringRef Prefix,
74 static MDTuple *getTagMD(LLVMContext &Ctx, const TagT &T) { in getTagMD() function
75 return getTagMD(Ctx, T.first, T.second); in getTagMD()