| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | set_operations.h | 60 bool store = false; in SetIntersection() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| H A D | arg_convertors.h | 170 auto store = [&convertValue, restArgIdx, &restArgsArray](auto val) { in DoPackRestParameters() local
|
| H A D | call_ets.cpp | 94 auto store = [&etsBoxedArgs, &argIdx, createRoot](auto val) { in ConvertArgs() local
|
| H A D | call_js.cpp | 233 auto store = [&etsRet](auto val) { etsRet = Value(val); }; in ConvertRetval() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | loop_idioms.cpp | 104 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 D | destructuring.cpp | 176 auto *store = pg->AllocLabel(); in GenDefaultInitializer() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | destructuring.cpp | 158 auto *store = pg->AllocLabel(); in GenObjectProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | post_schedule.cpp | 452 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 D | reg_alloc_linear_scan_test.cpp | 786 auto &store = INS(5U); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | alias_analysis.cpp | 1185 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 D | encode_visitor.cpp | 1050 auto store = inst->CastToStoreResolvedObjectField(); in VisitStoreResolvedObjectField() local 1444 auto store in VisitStoreResolvedObjectFieldStatic() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 2534 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 D | llvm_ir_constructor.cpp | 605 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
|