Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp1323 void BytecodeGen::VisitCast(GraphVisitor *v, Inst *instBase) in VisitCast() function in panda::bytecodeopt::BytecodeGen
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp90 void Lowering::VisitCast([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitCast() function in panda::compiler::Lowering
Dpeepholes.cpp1298 void Peepholes::VisitCast([[maybe_unused]] GraphVisitor *v, Inst *inst) in VisitCast() function in panda::compiler::Peepholes
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1469 void LLVMIrConstructor::VisitCast(GraphVisitor *v, Inst *inst) in VisitCast() function in panda::compiler::LLVMIrConstructor
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1770 void GraphChecker::VisitCast([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckInstUsers() function in panda::compiler::GraphChecker
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2627 void EncodeVisitor::VisitCast(GraphVisitor *visitor, Inst *inst) in VisitCast() function in panda::compiler::EncodeVisitor