Home
last modified time | relevance | path

Searched defs:Store (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadataImpl.h22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued() argument
42 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl() argument
H A DMetadata.cpp116 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
123 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
375 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
398 auto &Store in handleRAUW() local
454 auto &Store = Context.pImpl->MDStringCache; get() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksStore.hpp32 struct Store struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h33 Store = (1<<2), enumerator
/third_party/node/deps/v8/src/compiler/
H A Dallocation-builder.h33 void Store(const FieldAccess& access, Node* value) { in Store() function in v8::internal::compiler::final
39 void Store(ElementAccess const& access, Node* index, Node* value) { in Store() function in v8::internal::compiler::final
63 void Store(const FieldAccess& access, const ObjectRef& value) { in Store() function in v8::internal::compiler::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp91 StoreInst *Store; member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Datomic_hook.h107 void Store(FnPtr fn) { in Store() function in absl::base_internal::AtomicHook
/third_party/node/deps/brotli/c/enc/
H A Dhash_composite_inc.h79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in Store() function
H A Dhash_longest_match64_inc.h109 static BROTLI_INLINE void FN(Store)( in Store() function
H A Dhash_longest_match_quickly_inc.h95 static BROTLI_INLINE void FN(Store)( in Store() function
H A Dhash_rolling_inc.h100 static BROTLI_INLINE void FN(Store)(HashRolling* BROTLI_RESTRICT self, in Store() function
H A Dhash_to_binary_tree_inc.h270 static BROTLI_INLINE void FN(Store)(HashToBinaryTree* BROTLI_RESTRICT self, in Store() function
H A Dhash_forgetful_chain_inc.h131 static BROTLI_INLINE void FN(Store)(HashForgetfulChain* BROTLI_RESTRICT self, in Store() function
H A Dhash_longest_match_inc.h108 static BROTLI_INLINE void FN(Store)( in Store() function
/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h260 void VectorBase<Dimension, Type>::Store(const Vector<Dimension, Type> &source, Type *destination) in Store() function in angle::VectorBase
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DShaderCore.hpp422 inline void SIMD::Pointer::Store(T val, OutOfBoundsBehavior robustness, Int mask, bool atomic /* = false */, std::memory_order order /* = std::memory_order_relaxed */) in Store() function in sw::SIMD::Pointer
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_composite_inc.h79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in Store() function
H A Dhash_longest_match_quickly_inc.h95 static BROTLI_INLINE void FN(Store)( in Store() function
H A Dhash_rolling_inc.h100 static BROTLI_INLINE void FN(Store)(HashRolling* BROTLI_RESTRICT self, in Store() function
H A Dhash_longest_match64_inc.h109 static BROTLI_INLINE void FN(Store)( in Store() function
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h92 V8_INLINE void Store(const void* ptr) { value_ = Compress(ptr); } in Store() function in cppgc::internal::final
198 V8_INLINE void Store(const void* ptr) { ptr_ = ptr; } in Store() function in cppgc::internal::final
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc292 struct Store { struct
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h113 Store = VK_ATTACHMENT_STORE_OP_STORE, member in rx::vk::RenderPassStoreOp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h84 bool Load, Store; member in llvm::HexagonCVIResource
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp508 MachineBasicBlock::iterator Store = *Context.ArgStoreVector[Idx]; in adjustCallSequence() local

Completed in 15 milliseconds

1234