Home
last modified time | relevance | path

Searched defs:store (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
H A Dset_operations.h60 bool store = false; in SetIntersection() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Darg_convertors.h170 auto store = [&convertValue, restArgIdx, &restArgsArray](auto val) { in DoPackRestParameters() local
H A Dcall_ets.cpp94 auto store = [&etsBoxedArgs, &argIdx, createRoot](auto val) { in ConvertArgs() local
H A Dcall_js.cpp233 auto store = [&etsRet](auto val) { etsRet = Value(val); }; in ConvertRetval() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_idioms.cpp104 bool IsLoopContainsArrayInitIdiom(StoreInst *store, Loop *loop, CountableLoopInfo &loopInfo) in IsLoopContainsArrayInitIdiom() argument
120 auto store = FindStoreForArrayInit(loop->GetHeader()); in TryTransformArrayInitIdiom() local
169 CreateArrayInitIntrinsic(StoreInst *store, CountableLoopInfo *info) CreateArrayInitIntrinsic() argument
212 ReplaceArrayInitLoop(Loop *loop, CountableLoopInfo *loopInfo, StoreInst *store, bool alwaysJump) ReplaceArrayInitLoop() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp176 auto *store = pg->AllocLabel(); in GenDefaultInitializer() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp158 auto *store = pg->AllocLabel(); in GenObjectProperty() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp452 GateRef store = builder_.GetDepend(); in LoweringStoreNoBarrierAndPrepareScheduleGate() local
477 GateRef store = builder_.GetDepend(); in LoweringStoreWithBarrierAndPrepareScheduleGate() local
515 GateRef store = builder_.GetDepend(); LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_linear_scan_test.cpp786 auto &store = INS(5U); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dalias_analysis.cpp1185 auto *store = inst->CastToStoreArrayPair(); in VisitStoreArrayPair() local
1282 auto *store in VisitStoreArrayPairI() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp1050 auto store = inst->CastToStoreResolvedObjectField(); in VisitStoreResolvedObjectField() local
1444 auto store in VisitStoreResolvedObjectFieldStatic() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2534 Stmt &store = lmirBuilder_->Iassign(data, baseAddr, memType); in VisitStore() local
2535 lmirBuilder_->AppendStmt(GetOrCreateBB(instID2bbID_[acc_.GetId(gate)]), store); in VisitStore() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp605 auto store = builder_.CreateCall(stlxr, {value, addr}); in EmitExclusiveStoreWithRelease() local
1804 auto store = builder_.CreateStore(value, ptr, false); // C-like volatile is not applied in CreateStoreWithOrdering() local

Completed in 31 milliseconds