Searched defs:labIdx (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cfi.h | 265 LabelOperand(const std::string &parent, LabelIdx labIdx, MemPool &memPool) in LabelOperand() argument
|
H A D | operand.h | 1466 LabelOperand(const char *parent, LabelIdx labIdx, MemPool &mp) in LabelOperand() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_builder.cpp | 439 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 D | aarch64_emitter.cpp | 32 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 D | x64_emitter.cpp | 1487 void X64Emitter::EmitBBHeaderLabel(CGFunc &cgFunc, LabelIdx labIdx, uint32 freq) in EmitBBHeaderLabel() argument
|
H A D | x64_cgfunc.cpp | 293 LabelOperand &X64CGFunc::GetOrCreateLabelOperand(LabelIdx labIdx) in GetOrCreateLabelOperand() argument
|
H A D | asm_assembler.cpp | 415 void AsmAssembler::EmitLabel(uint32 funcPuIdx, uint32 labIdx) in EmitLabel() argument 417 outStream << ".L." << funcPuIdx << "__" << labIdx; in EmitLabel() local
|
H A D | elf_assembler.cpp | 1113 void ElfAssembler::EmitLabel(uint32 funcPuIdx, uint32 labIdx) in EmitLabel() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | lower.cpp | 689 LabelIdx labIdx = curFunc.GetLabelTab()->AddLabel(labelStrIdx); in GetLabelIdx() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 77 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