Searched refs:getIfExists (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 191 static MetadataAsValue *getIfExists(LLVMContext &Context, Metadata *MD); 434 static ReplaceableMetadataImpl *getIfExists(Metadata &MD); 480 static ValueAsMetadata *getIfExists(Value *V); 483 return cast_or_null<ConstantAsMetadata>(getIfExists(C)); in getConstantIfExists() 487 return cast_or_null<LocalAsMetadata>(getIfExists(Local)); in getLocalIfExists() 532 static ConstantAsMetadata *getIfExists(Constant *C) { in getIfExists() function 558 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists() function 1207 static inline MDTuple *getIfExists(LLVMContext &Context, 1494 static MDTuple *getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) { 1537 MDTuple *MDNode::getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) { [all …]
|
| H A D | DebugInfoMetadata.h | 54 static CLASS *getIfExists(LLVMContext &Context, \ 1462 static void getIfExists() = delete;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 111 MetadataAsValue *MetadataAsValue::getIfExists(LLVMContext &Context, in getIfExists() function in MetadataAsValue 217 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD)) in untrack() 227 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD)) { in retrack() 452 ReplaceableMetadataImpl *ReplaceableMetadataImpl::getIfExists(Metadata &MD) { in getIfExists() function in ReplaceableMetadataImpl 505 ValueAsMetadata *ValueAsMetadata::getIfExists(Value *V) { in getIfExists() function in ValueAsMetadata
|
| H A D | DebugInfo.cpp | 52 auto *L = LocalAsMetadata::getIfExists(V); in findDbgDeclares() 55 auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L); in findDbgDeclares() 71 auto *L = LocalAsMetadata::getIfExists(V); in findDPVDeclares() 104 if (auto *MDV = MetadataAsValue::getIfExists(Ctx, MD)) { in findDbgIntrinsics() 121 if (auto *L = LocalAsMetadata::getIfExists(V)) { in findDbgIntrinsics() 1785 auto *IDAsValue = MetadataAsValue::getIfExists(Ctx, ID); in getAssignmentMarkers()
|
| H A D | Verifier.cpp | 4737 if (auto *AsValue = MetadataAsValue::getIfExists(Context, MD)) { in visitDIAssignIDMetadata()
|