Home
last modified time | relevance | path

Searched refs:getMDKindID (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h253 M->getContext().getMDKindID("clang.imprecise_release"); in get()
258 M->getContext().getMDKindID("clang.arc.copy_on_escape"); in get()
263 M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions"); in get()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp44 unsigned ID = getMDKindID(MDKind.second); in LLVMContext()
295 unsigned LLVMContext::getMDKindID(StringRef Name) const { in getMDKindID() function in LLVMContext
H A DMetadata.cpp1458 unsigned KindID = getContext().getMDKindID(Kind); in getMetadata()
1475 getMetadata(getContext().getMDKindID(Kind), MDs); in getMetadata()
1519 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()
1530 addMetadata(getContext().getMDKindID(Kind), MD); in addMetadata()
1572 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()
1577 unsigned KindID = Ctx.getMDKindID(Kind); in getMetadataImpl()
H A DModule.cpp145 unsigned Module::getMDKindID(StringRef Name) const { in getMDKindID() function in Module
146 return Context.getMDKindID(Name); in getMDKindID()
H A DCore.cpp142 return unwrap(C)->getMDKindID(StringRef(Name, SLen)); in LLVMGetMDKindIDInContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h103 unsigned getMDKindID(StringRef Name) const;
H A DModule.h372 unsigned getMDKindID(StringRef Name) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp961 if (ID == Ctx.getMDKindID("amdgpu.no.remote.memory")) in copyMetadataForAtomic()
963 else if (ID == Ctx.getMDKindID("amdgpu.no.fine.grained.memory")) in copyMetadataForAtomic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp1143 R->getEntry()->getContext().getMDKindID("structurizecfg.uniform"); in makeUniformRegion()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2439 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2253 msgSendMDKind = VMContext.getMDKindID("GNUObjCMessageSend"); in CGObjCGNU()
H A DCodeGenModule.cpp7418 unsigned DeclPtrKind = Context.getMDKindID("clang.decl.ptr"); in EmitDeclMetadata()
H A DCGBuiltin.cpp22044 Load->setMetadata(CGM.getModule().getMDKindID("riscv-nontemporal-domain"), in EmitRISCVBuiltinExpr()
22062 Store->setMetadata(CGM.getModule().getMDKindID("riscv-nontemporal-domain"), in EmitRISCVBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2300 Kind = M->getMDKindID(Name); in parseMetadataAttachment()