Home
last modified time | relevance | path

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

1234

/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/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.cpp86 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() local
93 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() local
279 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() local
302 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() local
361 auto &Store = Context.pImpl->MDStringCache; in get() local
662 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl()
1225 auto &Store = getContext().pImpl->FunctionMetadata[this]; in setMetadata() local
1258 auto &Store = getContext().pImpl->FunctionMetadata[this]; in dropUnknownMetadata() local
/external/v8/test/cctest/
Dtest-macro-assembler-x87.cc71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local
85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() local
99 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() local
113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
Dtest-macro-assembler-ia32.cc71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local
85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8()); in TEST() local
99 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer16()); in TEST() local
113 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
Dtest-macro-assembler-arm.cc159 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger8()); in TEST() local
174 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::Integer8()); in TEST() local
189 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::UInteger16()); in TEST() local
204 __ Store(r2, MemOperand(sp, 0 * kPointerSize), Representation::Integer16()); in TEST() local
Dtest-atomicops.cc288 TEST(Store) { in TEST() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DStore.java10 public interface Store<T> interface
/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/llvm/lib/Target/Sparc/
DSparcInstrInfo.h34 Store = (1<<2), enumerator
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp199 StoreInst *Store = nullptr; in findSafeStoreForStoreStrongContraction() local
281 findRetainForStoreStrongContraction(Value *New, StoreInst *Store, in findRetainForStoreStrongContraction()
346 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.h35 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef
/external/llvm/lib/Analysis/
DDelinearization.cpp76 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.cpp57 StoreInst *Store; member
159 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
DRewriteStatepointsForGC.cpp1676 StoreInst *Store = new StoreInst(CastedRelocatedValue, Alloca); in insertRelocationStores() local
1701 StoreInst *Store = new StoreInst(RematerializedValue, Alloca); in insertRematerializationStores() local
1807 StoreInst *Store = new StoreInst(CPN, AI); in relocationViaAlloca() local
1868 StoreInst *Store = new StoreInst(Def, Alloca); in relocationViaAlloca() local
2043 StoreInst *Store = new StoreInst(V, Alloca); in splitVectorValues() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1080 SDNode *SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter()
1112 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation()
1144 auto *Store = cast<StoreSDNode>(N); in storeLoadCanUseMVC() local
1260 auto *Store = cast<StoreSDNode>(Node); in Select() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h75 bool Load, Store; variable
/external/v8/src/compiler/
Djs-create-lowering.cc49 void Store(const FieldAccess& access, Node* value) { in Store() function in v8::internal::compiler::__anon4a2051d60111::AllocationBuilder
55 void Store(ElementAccess const& access, Node* index, Node* value) { in Store() function in v8::internal::compiler::__anon4a2051d60111::AllocationBuilder
74 void Store(const FieldAccess& access, Handle<Object> value) { in Store() function in v8::internal::compiler::__anon4a2051d60111::AllocationBuilder
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2985 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_32SVR4() local
3004 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_32SVR4() local
3196 SDValue Store; in LowerFormalArguments_64SVR4() local
3237 SDValue Store = in LowerFormalArguments_64SVR4() local
3443 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_64SVR4() local
3616 SDValue Store = DAG.getTruncStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_Darwin() local
3640 SDValue Store = in LowerFormalArguments_Darwin() local
3809 SDValue Store = DAG.getStore(Val.getValue(1), dl, Val, FIN, in LowerFormalArguments_Darwin() local
5217 SDValue Store = DAG.getStore(Chain, dl, Arg, PtrOff, in LowerCall_64SVR4() local
5281 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

1234