/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
H A D | lowering.h | 53 static void VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst);
|
H A D | lowering.cpp | 19 void Lowering::VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitIfImm() function in panda::compiler::Lowering
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph_checker.h | 117 static void VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst);
|
H A D | graph_checker.cpp | 790 void GraphChecker::VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitIfImm() function in panda::compiler::GraphChecker
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
H A D | codegen.h | 108 static void VisitIfImm(GraphVisitor *v, Inst *inst_base);
|
H A D | codegen.cpp | 355 void BytecodeGen::VisitIfImm(GraphVisitor *v, Inst *inst_base) in VisitIfImm() function in panda::bytecodeopt::BytecodeGen
|
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
H A D | constant_propagation.h | 92 static void VisitIfImm(GraphVisitor *v, Inst *inst);
|
H A D | constant_propagation.cpp | 185 void ConstantPropagation::VisitIfImm(GraphVisitor *v, Inst *inst) in VisitIfImm() function in panda::bytecodeopt::ConstantPropagation
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | codegen.h | 122 static void VisitIfImm(GraphVisitor *v, Inst *instBase);
|
H A D | codegen.cpp | 858 void BytecodeGen::VisitIfImm(GraphVisitor *v, Inst *instBase) in VisitIfImm() function in BytecodeGen 1043 << "VisitIfImm does not support non-zero imm of type reference, as no pandasm matches"; in IfImmNonZero()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | bounds_analysis.h | 231 static void VisitIfImm(GraphVisitor *v, Inst *inst);
|
H A D | bounds_analysis.cpp | 864 void BoundsAnalysis::VisitIfImm(GraphVisitor *v, Inst *inst) in VisitIfImm() function in ark::compiler::BoundsAnalysis
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | encode_visitor.h | 159 static void VisitIfImm(GraphVisitor *visitor, Inst *inst);
|
H A D | encode_visitor.cpp | 2286 void EncodeVisitor::VisitIfImm(GraphVisitor *visitor, Inst *inst) in VisitIfImm() function in ark::compiler::EncodeVisitor
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | lowering.h | 344 static void VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst);
|
H A D | lowering.cpp | 241 void Lowering::VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitIfImm() function in ark::compiler::Lowering
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_checker.h | 237 static void VisitIfImm([[maybe_unused]] GraphVisitor *v, Inst *inst);
|
H A D | graph_checker.cpp | 2570 void GraphChecker::VisitIfImm(GraphVisitor *v, Inst *inst) in CheckUserOfInt32() function in ark::compiler::GraphChecker
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
H A D | llvm_ir_constructor.h | 342 static void VisitIfImm(GraphVisitor *v, Inst *inst);
|
H A D | llvm_ir_constructor.cpp | 3948 void LLVMIrConstructor::VisitIfImm(GraphVisitor *v, Inst *inst) in VisitIfImm() function in ark::compiler::LLVMIrConstructor
|