Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h280 M->getContext().getMDKindID("clang.imprecise_release"); in get()
285 M->getContext().getMDKindID("clang.arc.copy_on_escape"); in get()
290 M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions"); in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp45 unsigned ID = getMDKindID(MDKind.second); in LLVMContext()
247 unsigned LLVMContext::getMDKindID(StringRef Name) const { in getMDKindID() function in LLVMContext
DMetadata.cpp1190 setMetadata(getContext().getMDKindID(Kind), Node); in setMetadata()
1194 return getMetadataImpl(getContext().getMDKindID(Kind)); in getMetadataImpl()
1390 getMetadata(getContext().getMDKindID(Kind), MDs); in getMetadata()
1401 addMetadata(getContext().getMDKindID(Kind), MD); in addMetadata()
1440 setMetadata(getContext().getMDKindID(Kind), N); in setMetadata()
1450 return getMetadata(getContext().getMDKindID(Kind)); in getMetadata()
DModule.cpp119 unsigned Module::getMDKindID(StringRef Name) const { in getMDKindID() function in Module
120 return Context.getMDKindID(Name); in getMDKindID()
DAutoUpgrade.cpp1709 SI->setMetadata(M->getMDKindID("nontemporal"), Node); in UpgradeIntrinsicCall()
1734 SI->setMetadata(M->getMDKindID("nontemporal"), Node); in UpgradeIntrinsicCall()
3056 LI->setMetadata(M->getMDKindID("nontemporal"), Node); in UpgradeIntrinsicCall()
DCore.cpp123 return unwrap(C)->getMDKindID(StringRef(Name, SLen)); in LLVMGetMDKindIDInContext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h92 unsigned getMDKindID(StringRef Name) const;
DModule.h313 unsigned getMDKindID(StringRef Name) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h95 unsigned getMDKindID(StringRef Name) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp315 M.getContext().getMDKindID("llvm.mem.parallel_loop_access"); in runOnFunction()
878 M.getContext().getMDKindID("llvm.mem.parallel_loop_access"); in run()
DStructurizeCFG.cpp1011 R->getEntry()->getContext().getMDKindID("structurizecfg.uniform"); in runOnRegion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp444 unsigned LoopMDKind = BEBlock->getContext().getMDKindID("llvm.loop"); in insertUniqueBackedgeBlock()
DLocal.cpp1047 unsigned LoopMDKind = BB->getContext().getMDKindID("llvm.loop"); in TryToSimplifyUncondBranchFromEmptyBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp221 I->setMetadata(I->getModule()->getMDKindID("nosanitize"), in SetNoSanitizeMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp2075 unsigned NewKind = TheModule.getMDKindID(Name.str()); in parseMetadataKindRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2029 Kind = M->getMDKindID(Name); in ParseMetadataAttachment()