/external/v8/src/crankshaft/ |
D | hydrogen-store-elimination.cc | 57 void HStoreEliminationPhase::ProcessStore(HStoreNamedField* store) { in ProcessStore() 81 void HStoreEliminationPhase::ProcessLoad(HLoadNamedField* load) { in ProcessLoad()
|
D | hydrogen-escape-analysis.cc | 144 HLoadNamedField* load, HValue* load_value) { in NewLoadReplacement() 190 HLoadNamedField* load = HLoadNamedField::cast(instr); in AnalyzeDataFlow() local 204 HStoreNamedField* store = HStoreNamedField::cast(instr); in AnalyzeDataFlow() local
|
D | hydrogen-load-elimination.cc | 202 HValue* load(HLoadNamedField* instr) { in load() function in v8::internal::HLoadEliminationTable 230 HValue* store(HStoreNamedField* instr) { in store() function in v8::internal::HLoadEliminationTable
|
D | hydrogen-gvn.cc | 351 HStoreNamedField* store = HStoreNamedField::cast(instr); in ComputeChanges() local 383 HLoadNamedField* load = HLoadNamedField::cast(instr); in ComputeDependsOn() local
|
/external/v8/src/compiler/ |
D | basic-block-instrumentor.cc | 85 Node* load = graph->NewNode(machine.Load(MachineType::Uint32()), base, zero, in Instrument() local 88 Node* store = in Instrument() local
|
D | ast-graph-builder.cc | 1119 Node* store = NewNode(op, name); in VisitVariableDeclaration() local 1163 Node* store = NewNode(op, name, value); in VisitFunctionDeclaration() local 1786 Node* store = BuildNamedStore(literal, name, value, feedback); in VisitObjectLiteral() local 1973 Node* store = BuildKeyedStore(literal, index, value, pair); in VisitArrayLiteral() local 2003 Node* store = BuildNamedStore(object, name, value, feedback); in VisitForInAssignment() local 2014 Node* store = BuildKeyedStore(object, key, value, feedback); in VisitForInAssignment() local 2026 Node* store = BuildNamedSuperStore(receiver, home_object, name, value); in VisitForInAssignment() local 2039 Node* store = BuildKeyedSuperStore(receiver, home_object, key, value); in VisitForInAssignment() local 2171 Node* store = BuildNamedStore(object, name, value, feedback); in VisitAssignment() local 2179 Node* store = BuildKeyedStore(object, key, value, feedback); in VisitAssignment() local [all …]
|
D | int64-lowering.cc | 572 Node* load = in LowerNode() local 588 Node* store = graph()->NewNode( in LowerNode() local
|
D | wasm-compiler.cc | 1556 Node* load = in BuildCFuncInstruction() local 1606 Node* load = in BuildIntToFloatConversionInstruction() local 1707 Node* load = in BuildFloatToIntConversionInstruction() local 2082 Node* load = in BuildDiv64Call() local 2598 Node* store = in BuildAllocateHeapNumberWithValue() local 2953 Node* load; in LoadMem() local 3006 Node* store; in StoreMem() local 3041 Node* load = graph()->NewNode(op, MemBuffer(0), index, MemSize(0), *effect_, in BuildAsmjsLoadMem() local 3053 Node* store = graph()->NewNode(op, MemBuffer(0), index, MemSize(0), val, in BuildAsmjsStoreMem() local
|
/external/proguard/src/proguard/evaluation/ |
D | Variables.java | 186 public void store(int index, Value value) in store() method in Variables 208 public Value load(int index) in load() method in Variables
|
/external/skia/src/opts/ |
D | SkBlend_opts.h | 43 static inline __m128i load(const uint32_t* p) { in load() function 47 static inline void store(uint32_t* p, __m128i v) { in store() function
|
D | SkRasterPipeline_opts.h | 150 SI SkNx<N,T> load(size_t tail, const T* src) { in load() function 189 SI void store(size_t tail, const SkNx<N,T>& v, T* dst) { in store() function 220 SI SkNi load(size_t tail, const int32_t* src) { in load() function 224 SI SkNu load(size_t tail, const uint32_t* src) { in load() function 228 SI SkNf load(size_t tail, const float* src) { in load() function 247 SI void store(size_t tail, const SkNi& v, int32_t* dst) { in store() function 254 SI void store(size_t tail, const SkNu& v, uint32_t* dst) { in store() function 261 SI void store(size_t tail, const SkNf& v, float* dst) { in store() function
|
/external/valgrind/VEX/priv/ |
D | ir_inject.c | 82 load(IREndness endian, IRType type, HWord haddr) in load() function 145 store(IRSB *irsb, IREndness endian, HWord haddr, IRExpr *data) in store() function
|
D | guest_tilegx_toIR.c | 130 static IRExpr *load ( IRType ty, IRExpr * addr ) in load() function 156 static void store ( IRExpr * addr, IRExpr * data ) in store() function
|
/external/eigen/test/ |
D | packetmath.cpp | 75 inline Packet load(const T* from) const { return internal::pload<Packet>(from); } in load() function 78 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); } in store() function 85 inline T load(const T* from) const { return *from; } in load() function 88 inline void store(T* to, const T& x) const { *to = x; } in store() function
|
/external/compiler-rt/lib/msan/ |
D | msan_chained_origin_depot.cc | 78 void store(const args_type &args, u32 other_hash) { in store() function 83 args_type load() const { in load() function
|
/external/clang/test/CodeGen/ |
D | catch-undef-behavior.c | 147 int load(int *p) { in load() function 157 void store(int *p, int q) { in store() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cc | 74 void store(const args_type &args, u32 hash) { in store() function 80 args_type load() const { in load() function
|
/external/selinux/python/semanage/ |
D | seobject.py | 239 store = None variable in semanageRecords 241 def __init__(self, store): argument 252 def set_reload(self, load): argument 255 def get_handle(self, store): argument 330 def __init__(self, store): argument 442 def __init__(self, store): argument 455 def __init__(self, store): argument 524 def __init__(self, store=""): argument 781 def __init__(self, store=""): argument 1044 def __init__(self, store=""): argument [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 176 static void (*load[4][4])( struct x86_program *p, variable 250 static void (*store[4])( struct x86_program *p, variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LICM.cpp | 725 if (LoadInst *load = dyn_cast<LoadInst>(Use)) { in PromoteAliasSet() local 729 } else if (StoreInst *store = dyn_cast<StoreInst>(Use)) { in PromoteAliasSet() local
|
/external/skia/src/jumper/ |
D | SkJumper_stages.cpp | 259 SI V load(const T* src, size_t tail) { in load() function 280 SI void store(T* dst, V v, size_t tail) { in store() function 301 inline U8 load(const uint8_t* src, size_t tail) { in load() function 327 inline U32 load(const uint32_t* src, size_t tail) { in load() function 336 inline void store(uint32_t* dst, U32 v, size_t tail) { in store() function 409 T load() { in load() function
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_build_util.cpp | 491 BuildUtil::DataArray::load(ValueMap &m, int i, int c, Value *ptr) in load() function in nv50_ir::BuildUtil::DataArray 509 BuildUtil::DataArray::store(ValueMap &m, int i, int c, Value *ptr, Value *value) in store() function in nv50_ir::BuildUtil::DataArray
|
/external/guice/extensions/persist/lib/ |
D | hibernate-search.jar | ... public abstract org.hibernate.search.annotations.Store store ()
public abstract org.hibernate.search ... |
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 1432 SpvId load = this->nextId(); in writeFunctionCall() local 1692 virtual SpvId load(SkWStream& out) override { in load() function in SkSL::PointerLValue 1698 virtual void store(SpvId value, SkWStream& out) override { in store() function in SkSL::PointerLValue 1722 virtual SpvId load(SkWStream& out) override { in load() function in SkSL::SwizzleLValue 1737 virtual void store(SpvId value, SkWStream& out) override { in store() function in SkSL::SwizzleLValue
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 310 auto store = new llvm::StoreInst(value, addr.getPointer(), beforeInst); in createStoreInstBefore() local 316 auto load = new llvm::LoadInst(addr.getPointer(), name, beforeInst); in createLoadInstBefore() local
|