Home
last modified time | relevance | path

Searched refs:MIRLower (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_lower.cpp110 void MIRLower::LowerBuiltinExpect(BlockNode &block) in LowerBuiltinExpect()
122 LabelIdx MIRLower::CreateCondGotoStmt(Opcode op, BlockNode &blk, const IfStmtNode &ifStmt) in CreateCondGotoStmt()
144 void MIRLower::CreateBrFalseStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseStmt()
159 void MIRLower::CreateBrTrueStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrTrueStmt()
174 void MIRLower::CreateBrFalseAndGotoStmt(BlockNode &blk, const IfStmtNode &ifStmt) in CreateBrFalseAndGotoStmt()
210 BlockNode *MIRLower::LowerIfStmt(IfStmtNode &ifStmt, bool recursive) in LowerIfStmt()
273 BlockNode *MIRLower::LowerSwitchStmt(SwitchNode *switchNode) in LowerSwitchStmt()
326 BlockNode *MIRLower::LowerBlock(BlockNode &block) in LowerBlock()
372 BaseNode *MIRLower::LowerEmbeddedCandCior(BaseNode *x, StmtNode *curstmt, BlockNode *blk) in LowerEmbeddedCandCior()
385 void MIRLower
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_lower.h47 class MIRLower { class
51 MIRLower(MIRModule &mod, MIRFunction *f) : mirModule(mod), mirFunc(f) {} in MIRLower() function in maple::MIRLower
53 virtual ~MIRLower() = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_phasemanager.h82 MIRLower *mirLower = nullptr;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp195 MIRLower mirLowerer(mirModule, mirModule.CurFunction()); in BuildCodeForSwitchItems()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_phasemanager.cpp309 mirLower = GetManagerMemPool()->New<MIRLower>(m, nullptr); in PrepareLower()

Completed in 3 milliseconds