Home
last modified time | relevance | path

Searched defs:labIdx (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcfi.h265 LabelOperand(const std::string &parent, LabelIdx labIdx, MemPool &memPool) in LabelOperand() argument
H A Doperand.h1466 LabelOperand(const char *parent, LabelIdx labIdx, MemPool &mp) in LabelOperand() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_builder.cpp439 GotoNode *MIRBuilder::CreateStmtGoto(Opcode o, LabelIdx labIdx) in CreateStmtGoto() argument
444 LabelNode *MIRBuilder::CreateStmtLabel(LabelIdx labIdx) in CreateStmtLabel() argument
454 CondGotoNode *MIRBuilder::CreateStmtCondGoto(BaseNode *cond, Opcode op, LabelIdx labIdx) in CreateStmtCondGoto() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp32 void AArch64AsmEmitter::EmitBBHeaderLabel(FuncEmitInfo &funcEmitInfo, const std::string &name, LabelIdx labIdx) in EmitBBHeaderLabel() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1487 void X64Emitter::EmitBBHeaderLabel(CGFunc &cgFunc, LabelIdx labIdx, uint32 freq) in EmitBBHeaderLabel() argument
H A Dx64_cgfunc.cpp293 LabelOperand &X64CGFunc::GetOrCreateLabelOperand(LabelIdx labIdx) in GetOrCreateLabelOperand() argument
H A Dasm_assembler.cpp415 void AsmAssembler::EmitLabel(uint32 funcPuIdx, uint32 labIdx) in EmitLabel() argument
417 outStream << ".L." << funcPuIdx << "__" << labIdx; in EmitLabel() local
H A Delf_assembler.cpp1113 void ElfAssembler::EmitLabel(uint32 funcPuIdx, uint32 labIdx) in EmitLabel() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp689 LabelIdx labIdx = curFunc.GetLabelTab()->AddLabel(labelStrIdx); in GetLabelIdx() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp77 void Emitter::EmitLabelRef(LabelIdx labIdx) in EmitLabelRef() argument
84 outStream << ".L." << idx << "__" << labIdx; in EmitLabelRef() local
90 void Emitter::EmitStmtLabel(LabelIdx labIdx) in EmitStmtLabel() argument
98 void Emitter::EmitLabelForFunc(const MIRFunction *func, LabelIdx labIdx) in EmitLabelForFunc() argument
104 outStream << ".L." << idx << "__" << labIdx; in EmitLabelForFunc() local

Completed in 24 milliseconds