Home
last modified time | relevance | path

Searched defs:Store (Results 1 – 25 of 117) sorted by relevance

12345

/external/llvm/lib/IR/
DMetadataImpl.h23 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued()
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
DMetadata.cpp84 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
91 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
336 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
359 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
418 auto &Store = Context.pImpl->MDStringCache; in get() local
725 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1375 auto &Store = getContext().pImpl->GlobalObjectMetadata[this]; in eraseMetadata() local
/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc185 __ Store(SavedValueRegister(), cgen_->ToMemOperand(saved_destination_)); in RestoreValue() local
191 __ Store(SavedFPValueRegister(), cgen_->ToMemOperand(saved_destination_)); in RestoreValue() local
214 __ Store(source_register, cgen_->ToMemOperand(destination)); in EmitMove() local
261 __ Store(SavedValueRegister(), cgen_->ToMemOperand(destination)); in EmitMove() local
273 __ Store(src, cgen_->ToMemOperand(destination)); in EmitMove() local
Ddelayed-masm-arm64.cc133 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { in Store() function in v8::internal::DelayedMasm
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DStore.java10 public interface Store<T> interface
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorage_grpc.go16 Store(ctx context.Context, in *flatbuffers.Builder, methodSpec
30 func (c *monsterStorageClient) Store(ctx context.Context, in *flatbuffers.Builder, func
65 Store(context.Context, *Monster) (*flatbuffers.Builder, error) methodSpec
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.cc35 ::grpc::Status MonsterStorage::Stub::Store(::grpc::ClientContext* context, const flatbuffers::Buffe… in Store() function in MyGame::Example::MonsterStorage::Stub
68 ::grpc::Status MonsterStorage::Service::Store(::grpc::ServerContext* context, const flatbuffers::Bu… in Store() function in MyGame::Example::MonsterStorage::Service
Dmonster_test.grpc.fb.h92 …::grpc::Status Store(::grpc::ServerContext* context, const flatbuffers::BufferRef<Monster>* reques… in Store() function
133 …::grpc::Status Store(::grpc::ServerContext* context, const flatbuffers::BufferRef<Monster>* reques… in Store() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStoreRef.h26 typedef const void *Store; typedef
/external/google-breakpad/src/processor/
Daddress_map-inl.h48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, in Store() function
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.h32 Store = (1<<2), enumerator
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.h34 Store = (1<<2), enumerator
/external/flatbuffers/grpc/tests/
Dgo_test.go20 func (s *server) Store(context context.Context, in *Example.Monster) (*flatbuffers.Builder, error) { func
Dgrpctest.cpp29 virtual ::grpc::Status Store(::grpc::ServerContext* context, in Store() function in ServiceImpl
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp199 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
282 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
347 StoreInst *Store = in tryToContractReleaseIntoStoreStrong() local
/external/autotest/client/cros/cellular/pseudomodem/
Dsms.py128 def Store(self, storage): member in SMS
/external/webrtc/webrtc/video/
Dreport_block_stats.cc33 void ReportBlockStats::Store(const RtcpStatistics& rtcp_stats, in Store() function in webrtc::ReportBlockStats
/external/v8/src/crankshaft/
Dtyping.h39 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef
/external/llvm/lib/Analysis/
DDelinearization.cpp75 else if (StoreInst *Store = dyn_cast<StoreInst>(&Inst)) in getPointerOperand() local
/external/libchrome/base/
Datomicops_unittest.cc240 TEST(AtomicOpsTest, Store) { in TEST() argument
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp58 StoreInst *Store; member
173 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h76 bool Load, Store; variable
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1135 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter()
1168 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation()
1200 auto *Store = cast<StoreSDNode>(N); in storeLoadCanUseMVC() local
1325 auto *Store = cast<StoreSDNode>(Node); in Select() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp3075 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_32SVR4() local
3094 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_32SVR4() local
3282 SDValue Store; in LowerFormalArguments_64SVR4() local
3323 SDValue Store = in LowerFormalArguments_64SVR4() local
3529 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_64SVR4() local
3698 SDValue Store = DAG.getTruncStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_Darwin() local
3722 SDValue Store = in LowerFormalArguments_Darwin() local
3891 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_Darwin() local
5463 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, in LowerCall_64SVR4() local
5527 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, in LowerCall_64SVR4() local
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp31 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local

12345