Searched refs:getMDKindID (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCAnalysisUtils.h | 261 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 D | DXILPrepare.cpp | 207 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 D | LLVMContext.cpp | 73 unsigned ID = getMDKindID(MDKind.second); in LLVMContext() 276 unsigned LLVMContext::getMDKindID(StringRef Name) const { in getMDKindID() function in LLVMContext
|
| H A D | Metadata.cpp | 1523 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 D | Module.cpp | 181 unsigned Module::getMDKindID(StringRef Name) const { in getMDKindID() function in Module 182 return Context.getMDKindID(Name); in getMDKindID()
|
| H A D | Core.cpp | 145 return unwrap(C)->getMDKindID(StringRef(Name, SLen)); in LLVMGetMDKindIDInContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 104 LLVM_ABI unsigned getMDKindID(StringRef Name) const;
|
| H A D | Module.h | 356 unsigned getMDKindID(StringRef Name) const;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | RISCV.cpp | 1278 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 D | AtomicExpandPass.cpp | 227 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 D | StructurizeCFG.cpp | 1261 R->getEntry()->getContext().getMDKindID("structurizecfg.uniform"); in makeUniformRegion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 2557 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 2358 msgSendMDKind = VMContext.getMDKindID("GNUObjCMessageSend"); in CGObjCGNU()
|
| H A D | CodeGenModule.cpp | 7751 unsigned DeclPtrKind = Context.getMDKindID("clang.decl.ptr"); in EmitDeclMetadata()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2328 Kind = M->getMDKindID(Name); in parseMetadataAttachment()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21826 {"_ZNK4llvm11LLVMContext11getMDKindIDENS_9StringRefE", "llvm::LLVMContext::getMDKindID(llvm::String… 22074 {"_ZNK4llvm6Module11getMDKindIDENS_9StringRefE", "llvm::Module::getMDKindID(llvm::StringRef) const"…
|