Home
last modified time | relevance | path

Searched defs:VisitCmp (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp920 void Peepholes::VisitCmp(GraphVisitor *v, Inst *inst) in VisitCmp() function in ark::compiler::Peepholes
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1961 void GraphChecker::VisitCmp([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp384 void EncodeVisitor::VisitCmp(GraphVisitor *visitor, Inst *inst) in VisitCmp() function in ark::compiler::EncodeVisitor
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1073 void LiteCGIRBuilder::VisitCmp(GateRef gate, GateRef e1, GateRef e2) in VisitCmp() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2323 void LLVMIRBuilder::VisitCmp(GateRef gate, GateRef e1, GateRef e2) in VisitCmp() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3873 void LLVMIrConstructor::VisitCmp(GraphVisitor *v, Inst *inst) in VisitCmp() function in ark::compiler::LLVMIrConstructor