Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp185 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.cpp214 void Lowering::VisitStore([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::Lowering
Dpeepholes.cpp1530 void Peepholes::VisitStore([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::Peepholes
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp391 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/ir/
Dgraph_checker.cpp1599 void GraphChecker::VisitStore(GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1682 void LLVMIRBuilder::VisitStore(GateRef gate, GateRef base, GateRef value) in VisitStore() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2560 void LiteCGIRBuilder::VisitStore(GateRef gate, GateRef base, GateRef value) in VisitStore() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp1065 void EncodeVisitor::VisitStore(GraphVisitor *visitor, Inst *inst) in VisitStore() function in ark::compiler::EncodeVisitor
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3728 void LLVMIrConstructor::VisitStore(GraphVisitor *v, Inst *inst) in VisitStore() function in ark::compiler::LLVMIrConstructor