Searched refs:storeImpl (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MetadataImpl.h | 28 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl() function 42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl() function
|
D | DebugInfoMetadata.cpp | 73 return storeImpl(new (Ops.size()) DILocation(Context, Storage, Line, Column, in getImpl() 281 return storeImpl(new (DwarfOps.size() + 1) GenericDINode( in getImpl() 306 return storeImpl(new (array_lengthof(OPS)) \ 310 return storeImpl(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \ 313 return storeImpl(new (array_lengthof(OPS)) CLASS(Context, Storage, OPS), \ 316 return storeImpl(new (NUM_OPS) \ 534 return storeImpl(new (array_lengthof(Ops)) DICompileUnit( in getImpl()
|
D | Metadata.cpp | 828 return storeImpl(new (MDs.size()) MDTuple(Context, Storage, Hash, MDs), in getImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 973 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 974 template <class T> static T *storeImpl(T *N, StorageType Storage);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.h | 1019 static T *storeImpl(T *N, StorageType Storage, StoreT &Store); 1020 template <class T> static T *storeImpl(T *N, StorageType Storage);
|