Home
last modified time | relevance | path

Searched refs:getIfExists (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h175 static MetadataAsValue *getIfExists(LLVMContext &Context, Metadata *MD);
309 static ReplaceableMetadataImpl *getIfExists(Metadata &MD);
353 static ValueAsMetadata *getIfExists(Value *V);
355 return cast_or_null<ConstantAsMetadata>(getIfExists(C)); in getConstantIfExists()
358 return cast_or_null<LocalAsMetadata>(getIfExists(Local)); in getLocalIfExists()
396 static ConstantAsMetadata *getIfExists(Constant *C) { in getIfExists() function
422 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists() function
873 static inline MDTuple *getIfExists(LLVMContext &Context,
1103 static MDTuple *getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1136 MDTuple *MDNode::getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h189 static MetadataAsValue *getIfExists(LLVMContext &Context, Metadata *MD);
323 static ReplaceableMetadataImpl *getIfExists(Metadata &MD);
369 static ValueAsMetadata *getIfExists(Value *V);
372 return cast_or_null<ConstantAsMetadata>(getIfExists(C)); in getConstantIfExists()
376 return cast_or_null<LocalAsMetadata>(getIfExists(Local)); in getLocalIfExists()
414 static ConstantAsMetadata *getIfExists(Constant *C) { in getIfExists() function
440 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists() function
916 static inline MDTuple *getIfExists(LLVMContext &Context,
1145 static MDTuple *getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
1178 MDTuple *MDNode::getIfExists(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
[all …]
DDebugInfoMetadata.h54 static CLASS *getIfExists(LLVMContext &Context, \
1208 static void getIfExists() = delete;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp113 MetadataAsValue *MetadataAsValue::getIfExists(LLVMContext &Context, in getIfExists() function in MetadataAsValue
172 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD)) in untrack()
182 if (auto *R = ReplaceableMetadataImpl::getIfExists(MD)) { in retrack()
319 ReplaceableMetadataImpl *ReplaceableMetadataImpl::getIfExists(Metadata &MD) { in getIfExists() function in ReplaceableMetadataImpl
367 ValueAsMetadata *ValueAsMetadata::getIfExists(Value *V) { in getIfExists() function in ValueAsMetadata
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1507 auto *L = LocalAsMetadata::getIfExists(V); in FindDbgAddrUses()
1510 auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L); in FindDbgAddrUses()
1529 if (auto *L = LocalAsMetadata::getIfExists(V)) in findDbgValues()
1530 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L)) in findDbgValues()
1542 if (auto *L = LocalAsMetadata::getIfExists(V)) in findDbgUsers()
1543 if (auto *MDV = MetadataAsValue::getIfExists(V->getContext(), L)) in findDbgUsers()
1601 if (auto *L = LocalAsMetadata::getIfExists(AI)) in replaceDbgValueForAlloca()
1602 if (auto *MDV = MetadataAsValue::getIfExists(AI->getContext(), L)) in replaceDbgValueForAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp224 if (auto *L = LocalAsMetadata::getIfExists(AI)) in mergeInlinedArrayAllocas()
225 if (auto *MDV = MetadataAsValue::getIfExists(AI->getContext(), L)) in mergeInlinedArrayAllocas()