| /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 | 84 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/ |
| 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
| D | Store.java | 10 public interface Store<T> interface
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | MonsterStorage_grpc.go | 16 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/ |
| D | monster_test.grpc.fb.cc | 35 ::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
|
| D | monster_test.grpc.fb.h | 92 …::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/ |
| 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/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 32 Store = (1<<2), enumerator
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.h | 34 Store = (1<<2), enumerator
|
| /external/flatbuffers/grpc/tests/ |
| D | go_test.go | 20 func (s *server) Store(context context.Context, in *Example.Monster) (*flatbuffers.Builder, error) { func
|
| D | grpctest.cpp | 29 virtual ::grpc::Status Store(::grpc::ServerContext* context, in Store() function in ServiceImpl
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | ObjCARCContract.cpp | 199 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/ |
| 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 | 39 typedef v8::internal::NestedEffects<int, kNoVar> Store; typedef
|
| /external/llvm/lib/Analysis/ |
| D | Delinearization.cpp | 75 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 | 58 StoreInst *Store; member 173 auto *Store = dyn_cast<StoreInst>(Source); in findStoreToLoadDependences() local
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| D | HexagonShuffler.h | 76 bool Load, Store; variable
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelDAGToDAG.cpp | 1135 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/ |
| D | PPCISelLowering.cpp | 3075 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/ |
| D | Store.cpp | 31 StoreRef Store = StoreRef(OldStore, *this); in enterStackFrame() local
|