Home
last modified time | relevance | path

Searched defs:VisitStore (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp158 void OptimizeMemoryBarriers::VisitStore(GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::OptimizeMemoryBarriers
Dlse.cpp100 void VisitStore(Inst *inst, Inst *val) in VisitStore() function in ark::compiler::LseVisitor
Dlowering.cpp221 void Lowering::VisitStore([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::Lowering
Dpeepholes.cpp1555 void Peepholes::VisitStore([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::Peepholes
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp565 bool PostSchedule::VisitStore(GateRef gate, ControlFlowGraph &cfg, size_t bbIdx, size_t instIdx) in VisitStore() function in panda::ecmascript::kungfu::PostSchedule
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.cpp1086 void AliasVisitor::VisitStore(GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::AliasVisitor
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1602 void GraphChecker::VisitStore(GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1721 void LLVMIRBuilder::VisitStore(GateRef gate, GateRef base, GateRef value) in VisitStore() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1068 void EncodeVisitor::VisitStore(GraphVisitor *visitor, Inst *inst) in VisitStore() function in ark::compiler::EncodeVisitor
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2624 void LiteCGIRBuilder::VisitStore(GateRef gate, GateRef base, GateRef value) in VisitStore() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3717 void LLVMIrConstructor::VisitStore(GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::LLVMIrConstructor