Home
last modified time | relevance | path

Searched defs:store (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_idioms.cpp51 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()
212 bool LoopIdioms::ReplaceArrayInitLoop(Loop *loop, CountableLoopInfo *loopInfo, StoreInst *store, bo… in ReplaceArrayInitLoop()
Descape.cpp1728 Inst *store {nullptr}; in InitializeObject() local
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/
Dacross_abc_test.js20 function getData(store, userInput) { argument
/arkcompiler/runtime_core/static_core/verification/util/
Dset_operations.h60 bool store = false; in SetIntersection() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp443 GateRef store = builder_.GetDepend(); in LoweringStoreNoBarrierAndPrepareScheduleGate() local
468 GateRef store = builder_.GetDepend(); in LoweringStoreWithBarrierAndPrepareScheduleGate() local
506 GateRef store = builder_.GetDepend(); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp158 auto *store = pg->AllocLabel(); in GenObjectProperty() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp176 auto *store = pg->AllocLabel(); in GenDefaultInitializer() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp94 auto store = [&etsBoxedArgs, &argIdx, createRoot](auto val) { in ConvertArgs() local
Dcall_js.cpp190 auto store = [&etsRet](auto val) { etsRet = Value(val); }; in ConvertRetval() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp1185 auto *store = inst->CastToStoreArrayPair(); in VisitStoreArrayPair() local
1282 auto *store = inst->CastToStoreArrayPairI(); in VisitStoreArrayPairI() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_linear_scan_test.cpp786 auto &store = INS(5U); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1049 auto store = inst->CastToStoreResolvedObjectField(); in VisitStoreResolvedObjectField() local
1447 auto store = inst->CastToStoreResolvedObjectFieldStatic(); in VisitStoreResolvedObjectFieldStatic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1983 Insn &store = GetInsnBuilder()->BuildInsn(mOp, srcOpnd, *memOpnd); in SelectIassignfpoff() local
1990 Insn &store = GetInsnBuilder()->BuildInsn(mOp, srcOpnd, *memOpnd); in SelectIassignfpoff() local
6233 Insn &store = GetInsnBuilder()->BuildInsn(mOp, src, *mOpnd); in AssignLmbcFormalParams() local
6249 Insn &store = GetInsnBuilder()->BuildInsn(mOp, src, *mOpnd); in AssignLmbcFormalParams() local
6276 Insn &store = GetInsnBuilder()->BuildInsn(mOp, src, *mOpnd); in AssignLmbcFormalParams() local
10521 MOperator AArch64CGFunc::PickLoadStoreExclInsn(uint32 byteP2Size, bool store, bool acqRel) const in PickLoadStoreExclInsn()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp609 auto store = builder_.CreateCall(stlxr, {value, addr}); in EmitExclusiveStoreWithRelease() local
1812 auto store = builder_.CreateStore(value, ptr, false); // C-like volatile is not applied in CreateStoreWithOrdering() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2547 Stmt &store = lmirBuilder_->Iassign(data, baseAddr, memType); in VisitStore() local