Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp261 void Lowering::VisitMul([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitMul() function in ark::compiler::Lowering
Dpeepholes.cpp467 void Peepholes::VisitMul(GraphVisitor *v, Inst *inst) in VisitMul() function in ark::compiler::Peepholes
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp844 void BoundsAnalysis::VisitMul(GraphVisitor *v, Inst *inst) in VisitMul() function in ark::compiler::BoundsAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1408 void GraphChecker::VisitMul(GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2005 void LLVMIRBuilder::VisitMul(GateRef gate, GateRef e1, GateRef e2) in VisitMul() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2111 void LiteCGIRBuilder::VisitMul(GateRef gate, GateRef e1, GateRef e2) in VisitMul() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4096 void LLVMIrConstructor::VisitMul(GraphVisitor *v, Inst *inst) in VisitMul() function in ark::compiler::LLVMIrConstructor