Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp137 void OptimizeMemoryBarriers::VisitStore(GraphVisitor *v, Inst *inst) in VisitStore() function in panda::compiler::OptimizeMemoryBarriers
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp1214 void LLVMIRBuilder::VisitStore(GateRef gate, GateRef base, GateRef dataToStore) in VisitStore() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp3587 void EncodeVisitor::VisitStore(GraphVisitor *visitor, Inst *inst) in VisitStore() function in panda::compiler::EncodeVisitor