Home
last modified time | relevance | path

Searched defs:VisitAdd (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp26 void Lowering::VisitAdd([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitAdd() function in ark::compiler::Lowering
Dpeepholes.cpp233 void Peepholes::VisitAdd([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitAdd() function in ark::compiler::Peepholes
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp814 void BoundsAnalysis::VisitAdd(GraphVisitor *v, Inst *inst) in VisitAdd() function in ark::compiler::BoundsAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1365 void GraphChecker::VisitAdd(GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1936 void LLVMIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1117 void LiteCGIRBuilder::VisitAdd(GateRef gate, GateRef e1, GateRef e2) in VisitAdd() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4054 void LLVMIrConstructor::VisitAdd(GraphVisitor *v, Inst *inst) in VisitAdd() function in ark::compiler::LLVMIrConstructor