Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disel.h115 Operand *SelectLiteral(T &c, MIRFunction &func, uint32 labelIdx) const in SelectLiteral()
Deh_func.h212 LabelIdx labelIdx = 0; variable
Dcgbb.h739 void SetRangeGotoLabel(uint32 index, LabelIdx labelIdx) in SetRangeGotoLabel()
743 void PushBackRangeGotoLabel(LabelIdx labelIdx) in PushBackRangeGotoLabel()
Dcgfunc.h1092 LabelIdx labelIdx = lblConst->GetValue(); in DeleteEmitSt() local
1611 uint32 labelIdx = 0; /* local label index number */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h545 void EmitLabelReg(int64 labelIdx, Reg reg) in EmitLabelReg()
577 void EmitLabelMem(int64 labelIdx, const Mem &mem) in EmitLabelMem()
Dutil.h71 inline int64 CalculateLabelSymIdx(int64 funcUniqueId, int64 labelIdx) in CalculateLabelSymIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp95 … LabelIdx labelIdx = static_cast<LabelOperand &>(insn->GetOperand(0)).GetLabelIndex(); in BuildCFG() local
114 for (auto labelIdx : curBB->GetRangeGotoLabelVec()) { in BuildCFG() local
744 LabelIdx labelIdx = cgFunc->CreateLabel(); in UnreachCodeAnalysis() local
Demit.cpp3314 LabelIdx labelIdx = GetLabelIdxForLabelDie(die); in EmitDIAttrValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp465 LabelIdx labelIdx = labelTable.size(); in CreateLabelWithPrefix() local
481 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap()
Dmir_lower.cpp161 LabelIdx labelIdx = CreateCondGotoStmt(OP_brfalse, blk, ifStmt); in CreateBrFalseStmt() local
176 LabelIdx labelIdx = CreateCondGotoStmt(OP_brtrue, blk, ifStmt); in CreateBrTrueStmt() local
191 LabelIdx labelIdx = CreateCondGotoStmt(OP_brfalse, blk, ifStmt); in CreateBrFalseAndGotoStmt() local
Dmir_function.cpp153 LabelIdx labelIdx = GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in GetOrCreateLableIdxFromName() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbbt.h149 LabelIdx labelIdx; variable
Dlower.h337 uint32 labelIdx = 0; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp544 void ElfAssembler::JmpToLabel(int64 labelIdx, uint8 opCode1, uint8 opCode2, size_t offsetSize) in JmpToLabel()
575 void ElfAssembler::UpdateLabel(int64 labelIdx, LabelType type, uint32 relOffset) in UpdateLabel()
591 bool ElfAssembler::CanEncodeLabel(int64 labelIdx) in CanEncodeLabel()
624 void ElfAssembler::AppendFixup(int64 labelIdx, FixupKind kind, const std::pair<uint32, size_t> &off… in AppendFixup()
783 int64 labelIdx = label.GetlabelIdx(); in AppendRela() local
826 int64 labelIdx = fixup->GetlabelIdx(); in HandleTextSectionFixup() local
870 int64 labelIdx = fixup->GetlabelIdx(); in HandleDataSectionFixup() local
924 int64 labelIdx = fixup->GetlabelIdx(); in HandleRodataSectionFixup() local
1235 int64 labelIdx = fixup->GetlabelIdx(); in HandleDebugInfoSectionFixup() local
Dx64_emitter.cpp196 …uint32 labelIdx = stoi(symbolName.substr(pos + 2, symbolName.length())); /* 2: delimiter.length() … in TransferMem() local
1586 uint32 labelIdx = lblConst->GetValue(); in EmitJmpTable() local
1858 uint32 labelIdx = lbl.GetValue(); in EmitSingleElement() local
Dx64_MPIsel.cpp905 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
Dasm_assembler.cpp108 for (int64 labelIdx : labelIdxs) { in EmitJmpTableElem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h754 LabelIdx labelIdx = labelTable.size(); in CreateLabel() local
764 LabelIdx labelIdx = labelTable.size(); in AddLabel() local
Dmir_function.h220 GStrIdx GetLabelStringIndex(LabelIdx labelIdx) const in GetLabelStringIndex()
226 const std::string &GetLabelName(LabelIdx labelIdx) const in GetLabelName()
717 const std::string &GetLabelTabItem(LabelIdx labelIdx) const in GetLabelTabItem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp677 LabelIdx labelIdx = labelNode->GetLabelIdx(); in CreateBasicBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp458 LabelIdx labelIdx = module.CurFunction()->GetLabelTab()->CreateLabel(); in CreateBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3588 Operand *SelectLiteral(T *c, MIRFunction *func, uint32 labelIdx, AArch64CGFunc *cgFunc) in SelectLiteral()
3945 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondSpecialCase1() local
3995 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondGoto() local
6243 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
9395 LabelIdx labelIdx = bb.GetLabIdx(); in GetOrCreateLabelOperand() local