Searched refs:ShouldCreate (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 54 StorageType Storage, bool ShouldCreate) { in getImpl() argument 63 if (!ShouldCreate) in getImpl() 66 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl() 265 StorageType Storage, bool ShouldCreate) { in getImpl() argument 271 if (!ShouldCreate) in getImpl() 275 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl() 298 if (!ShouldCreate) \ 301 assert(ShouldCreate && \ 321 StorageType Storage, bool ShouldCreate) { in getImpl() argument 324 return getImpl(Context, CountNode, Lo, Storage, ShouldCreate); in getImpl() [all …]
|
D | Metadata.cpp | 815 StorageType Storage, bool ShouldCreate) { in getImpl() argument 821 if (!ShouldCreate) in getImpl() 825 assert(ShouldCreate && "Expected non-uniqued nodes to always be created"); in getImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 231 StorageType Storage, bool ShouldCreate = true) { 233 DwarfOps, Storage, ShouldCreate); 238 StorageType Storage, bool ShouldCreate = true); 301 bool ShouldCreate = true); 305 bool ShouldCreate = true); 362 StorageType Storage, bool ShouldCreate = true) { 364 getCanonicalMDString(Context, Name), Storage, ShouldCreate); 368 StorageType Storage, bool ShouldCreate = true); 503 StorageType Storage, bool ShouldCreate = true) { 510 Storage, ShouldCreate); [all …]
|
D | Metadata.h | 1130 StorageType Storage, bool ShouldCreate = true);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 1088 StorageType Storage, bool ShouldCreate = true);
|