/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | loop_idioms.cpp | 51 StoreInst *store {nullptr}; in FindStoreForArrayInit() local 104 bool IsLoopContainsArrayInitIdiom(StoreInst *store, Loop *loop, CountableLoopInfo &loopInfo) in IsLoopContainsArrayInitIdiom() 120 auto store = FindStoreForArrayInit(loop->GetHeader()); in TryTransformArrayInitIdiom() local 169 Inst *LoopIdioms::CreateArrayInitIntrinsic(StoreInst *store, CountableLoopInfo *info) in CreateArrayInitIntrinsic() 211 bool LoopIdioms::ReplaceArrayInitLoop(Loop *loop, CountableLoopInfo *loopInfo, StoreInst *store, bo… in ReplaceArrayInitLoop()
|
D | escape.cpp | 1420 auto store = graph_->CreateInstStoreObject( in InitializeObject() local
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/ |
D | across_abc_test.js | 20 function getData(store, userInput) { argument
|
/arkcompiler/runtime_core/static_core/verification/util/ |
D | set_operations.h | 60 bool store = false; in SetIntersection() local
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | destructuring.cpp | 158 auto *store = pg->AllocLabel(); in GenObjectProperty() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
D | destructuring.cpp | 171 auto *store = pg->AllocLabel(); in GenDefaultInitializer() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | escompat_Atomics.cpp | 107 auto store = [value]([[maybe_unused]] int8_t oldValue) { return value; }; in SharedMemoryStoreI8() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
D | alias_analysis.cpp | 1112 auto *store = inst->CastToStoreArrayPair(); in VisitStoreArrayPair() local 1153 auto *store = inst->CastToStoreArrayPairI(); in VisitStoreArrayPairI() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | reg_alloc_linear_scan_test.cpp | 748 auto &store = INS(5U); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
D | llvm_ir_constructor.cpp | 342 auto store = builder_.CreateCall(stlxr, {value, addr}); in EmitExclusiveStoreWithRelease() local 841 auto store = builder_.CreateStore(value, ptr, false); // C-like volatile is not applied in CreateStoreWithOrdering() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_cgfunc.cpp | 2097 Insn &store = GetInsnBuilder()->BuildInsn(mOp, srcOpnd, *memOpnd); in SelectIassignfpoff() local 2104 Insn &store = GetInsnBuilder()->BuildInsn(mOp, srcOpnd, *memOpnd); in SelectIassignfpoff() local 6819 Insn &store = GetInsnBuilder()->BuildInsn(mOp, src, *mOpnd); in AssignLmbcFormalParams() local 6835 Insn &store = GetInsnBuilder()->BuildInsn(mOp, src, *mOpnd); in AssignLmbcFormalParams() local 6862 Insn &store = GetInsnBuilder()->BuildInsn(mOp, src, *mOpnd); in AssignLmbcFormalParams() local 11585 MOperator AArch64CGFunc::PickLoadStoreExclInsn(uint32 byteP2Size, bool store, bool acqRel) const in PickLoadStoreExclInsn()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | codegen.cpp | 3562 auto store = inst->CastToStoreResolvedObjectField(); in VisitStoreResolvedObjectField() local 3989 auto store = inst->CastToStoreResolvedObjectFieldStatic(); in VisitStoreResolvedObjectFieldStatic() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | litecg_ir_builder.cpp | 1824 Stmt &store = lmirBuilder_->Iassign(data, baseAddr, memType); in VisitStore() local
|