Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp138 static void HandleDassign(StmtNode &stmt, MPISel &iSel) in HandleDassign()
151 static void HandleIassign(StmtNode &stmt, MPISel &iSel) in HandleIassign()
167 static void HandleRegassign(StmtNode &stmt, MPISel &iSel) in HandleRegassign()
177 static void HandleLabel(StmtNode &stmt, const MPISel &iSel) in HandleLabel()
188 static void HandleGoto(StmtNode &stmt, MPISel &iSel) in HandleGoto()
202 static void HandleIntrinCall(StmtNode &stmt, MPISel &iSel) in HandleIntrinCall()
208 static void HandleDeoptCall(StmtNode &stmt, MPISel &iSel) in HandleDeoptCall()
218 static void HandleTailICall(StmtNode &stmt, MPISel &iSel) in HandleTailICall()
228 static void HandleRangeGoto(StmtNode &stmt, MPISel &iSel) in HandleRangeGoto()
239 void HandleReturn(StmtNode &stmt, MPISel &iSel) in HandleReturn()
[all …]