| /external/v8/src/crankshaft/arm64/ |
| D | lithium-gap-resolver-arm64.cc | 185 __ 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
|
| D | delayed-masm-arm64.cc | 133 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { in Store() function in v8::internal::DelayedMasm
|
| /external/llvm/lib/IR/ |
| D | MetadataImpl.h | 23 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued() 43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
|
| D | Metadata.cpp | 86 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/ |
| D | test-macro-assembler-x87.cc | 71 __ 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
|
| D | test-macro-assembler-ia32.cc | 71 __ 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
|
| D | test-macro-assembler-arm.cc | 159 __ 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
|
| D | test-atomicops.cc | 288 TEST(Store) { in TEST() argument
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
| D | Store.java | 10 public interface Store<T> interface
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | StoreRef.h | 26 typedef const void *Store; typedef
|
| /external/google-breakpad/src/processor/ |
| D | address_map-inl.h | 48 bool AddressMap<AddressType, EntryType>::Store(const AddressType &address, in Store() function
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 34 Store = (1<<2), enumerator
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 199 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/ |
| D | sms.py | 128 def Store(self, storage): member in SMS
|
| /external/webrtc/webrtc/video/ |
| D | report_block_stats.cc | 33 void ReportBlockStats::Store(const RtcpStatistics& rtcp_stats, in Store() function in webrtc::ReportBlockStats
|
| /external/v8/src/crankshaft/ |
| D | typing.h | 35 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef
|
| /external/llvm/lib/Analysis/ |
| D | Delinearization.cpp | 76 else if (StoreInst *Store = dyn_cast<StoreInst>(&Inst)) in getPointerOperand() local
|
| /external/libchrome/base/ |
| D | atomicops_unittest.cc | 240 TEST(AtomicOpsTest, Store) { in TEST() argument
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopLoadElimination.cpp | 57 StoreInst *Store; member 159 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
|
| D | RewriteStatepointsForGC.cpp | 1676 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/ |
| D | SystemZISelDAGToDAG.cpp | 1080 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/ |
| D | HexagonShuffler.h | 75 bool Load, Store; variable
|
| /external/v8/src/compiler/ |
| D | js-create-lowering.cc | 49 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/ |
| D | PPCISelLowering.cpp | 2985 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/ |
| D | Store.cpp | 31 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local
|