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.cpp59 MDTuple *MMRAMetadata::getTagMD(LLVMContext &Ctx, StringRef Prefix, in getTagMD() function in MMRAMetadata
71 return getTagMD(Ctx, Tags.front()); in getMD()
75 MMRAs.push_back(getTagMD(Ctx, Tag)); in getMD()
92 Result.push_back(getTagMD(Ctx, P, S)); in combine()
96 Result.push_back(getTagMD(Ctx, P, S)); in combine()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMemoryModelRelaxationAnnotations.h71 static MDTuple *getTagMD(LLVMContext &Ctx, StringRef Prefix,
73 static MDTuple *getTagMD(LLVMContext &Ctx, const TagT &T) { in getTagMD() function
74 return getTagMD(Ctx, T.first, T.second); in getTagMD()