Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h261 M->getContext().getMDKindID("clang.imprecise_release"); in get()
266 M->getContext().getMDKindID("clang.arc.copy_on_escape"); in get()
271 M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions"); in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp207 return {M.getMDKindID("dx.nonuniform"), in getCompatibleInstructionMDs()
208 M.getMDKindID("dx.controlflow.hints"), in getCompatibleInstructionMDs()
209 M.getMDKindID("dx.precise"), in getCompatibleInstructionMDs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp73 unsigned ID = getMDKindID(MDKind.second); in LLVMContext()
276 unsigned LLVMContext::getMDKindID(StringRef Name) const { in getMDKindID() function in LLVMContext
H A DMetadata.cpp1523 unsigned KindID = getContext().getMDKindID(Kind); in getMetadata()
1540 getMetadata(getContext().getMDKindID(Kind), MDs); in getMetadata()
1584 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()
1595 addMetadata(getContext().getMDKindID(Kind), MD); in addMetadata()
1637 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()
1642 unsigned KindID = Ctx.getMDKindID(Kind); in getMetadataImpl()
H A DModule.cpp181 unsigned Module::getMDKindID(StringRef Name) const { in getMDKindID() function in Module
182 return Context.getMDKindID(Name); in getMDKindID()
H A DCore.cpp145 return unwrap(C)->getMDKindID(StringRef(Name, SLen)); in LLVMGetMDKindIDInContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h104 LLVM_ABI unsigned getMDKindID(StringRef Name) const;
H A DModule.h356 unsigned getMDKindID(StringRef Name) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DRISCV.cpp1278 Load->setMetadata(CGM.getModule().getMDKindID("riscv-nontemporal-domain"), in EmitRISCVBuiltinExpr()
1296 Store->setMetadata(CGM.getModule().getMDKindID("riscv-nontemporal-domain"), in EmitRISCVBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp227 if (ID == Ctx.getMDKindID("amdgpu.no.remote.memory")) in copyMetadataForAtomic()
229 else if (ID == Ctx.getMDKindID("amdgpu.no.fine.grained.memory")) in copyMetadataForAtomic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp1261 R->getEntry()->getContext().getMDKindID("structurizecfg.uniform"); in makeUniformRegion()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2557 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2358 msgSendMDKind = VMContext.getMDKindID("GNUObjCMessageSend"); in CGObjCGNU()
H A DCodeGenModule.cpp7751 unsigned DeclPtrKind = Context.getMDKindID("clang.decl.ptr"); in EmitDeclMetadata()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2328 Kind = M->getMDKindID(Name); in parseMetadataAttachment()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc21826 {"_ZNK4llvm11LLVMContext11getMDKindIDENS_9StringRefE", "llvm::LLVMContext::getMDKindID(llvm::String…
22074 {"_ZNK4llvm6Module11getMDKindIDENS_9StringRefE", "llvm::Module::getMDKindID(llvm::StringRef) const"…