Searched refs:HandleGoto (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cgfunc.cpp | 286 static void HandleGoto(StmtNode &stmt, CGFunc &cgFunc) in HandleGoto() function 311 HandleGoto(*gotoStmt, cgFunc); in HandleCondbr() 465 RegisterFactoryFunction<HandleStmtFactory>(OP_goto, HandleGoto); in InitHandleStmtFactory()
|
H A D | isel.cpp | 190 static void HandleGoto(StmtNode &stmt, MPISel &iSel) in HandleGoto() function 466 RegisterFactoryFunction<HandleStmtFactory>(OP_goto, HandleGoto); in InitHandleStmtFactory()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_ir_builder.cpp | 148 {OpCode::STATE_ENTRY, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 153 {OpCode::ORDINARY_BLOCK, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 154 {OpCode::IF_TRUE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 155 {OpCode::IF_FALSE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 156 {OpCode::SWITCH_CASE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 157 {OpCode::MERGE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 158 {OpCode::DEFAULT_CASE, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 159 {OpCode::LOOP_BEGIN, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 160 {OpCode::LOOP_BACK, &LLVMIRBuilder::HandleGoto}, in InitializeHandlers() 1282 void LLVMIRBuilder::HandleGoto(GateRe function in panda::ecmascript::kungfu::LLVMIRBuilder [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 251 HandleGoto(gate); in HandleBB() 267 HandleGoto(gate); in HandleBB() 271 HandleGoto(gate); in HandleBB() 275 HandleGoto(gate); in HandleBB() 283 HandleGoto(gate); in HandleBB() 287 HandleGoto(gate); in HandleBB() 291 HandleGoto(gate); in HandleBB() 295 HandleGoto(gate); in HandleBB() 299 HandleGoto(gate); in HandleBB() 898 void LiteCGIRBuilder::HandleGoto(GateRe function in panda::ecmascript::kungfu::LiteCGIRBuilder [all...] |
Completed in 14 milliseconds