Home
last modified time | relevance | path

Searched defs:labelIdx (Results 1 – 21 of 21) 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.h197 LabelIdx labelIdx = 0; variable
Dcgbb.h745 void SetRangeGotoLabel(uint32 index, LabelIdx labelIdx) in SetRangeGotoLabel()
749 void PushBackRangeGotoLabel(LabelIdx labelIdx) in PushBackRangeGotoLabel()
Dcgfunc.h1187 LabelIdx labelIdx = lblConst->GetValue(); in DeleteEmitSt() local
1800 uint32 labelIdx = 0; /* local label index number */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h557 void EmitLabelReg(int64 labelIdx, Reg reg) in EmitLabelReg()
589 void EmitLabelMem(int64 labelIdx, const Mem &mem) in EmitLabelMem()
Dutil.h71 inline int64 CalculateLabelSymIdx(uint32 funcUniqueId, uint32 labelIdx) in CalculateLabelSymIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp438 LabelIdx labelIdx = labelTable.size(); in CreateLabelWithPrefix() local
454 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap()
Dmir_lower.cpp163 LabelIdx labelIdx = CreateCondGotoStmt(OP_brfalse, blk, ifStmt); in CreateBrFalseStmt() local
178 LabelIdx labelIdx = CreateCondGotoStmt(OP_brtrue, blk, ifStmt); in CreateBrTrueStmt() local
193 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/src/cg/
Dcg_cfg.cpp88 … LabelIdx labelIdx = static_cast<LabelOperand &>(insn->GetOperand(0)).GetLabelIndex(); in BuildCFG() local
108 for (auto labelIdx : curBB->GetRangeGotoLabelVec()) { in BuildCFG() local
762 LabelIdx labelIdx = cgFunc->CreateLabel(); in UnreachCodeAnalysis() local
Demit.cpp3399 LabelIdx labelIdx = GetLabelIdxForLabelDie(die); in EmitDIAttrValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbbt.h149 LabelIdx labelIdx; variable
Dlower.h332 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()
784 int64 labelIdx = label.GetlabelIdx(); in AppendRela() local
824 int64 labelIdx = fixup->GetlabelIdx(); in HandleTextSectionFixup() local
868 int64 labelIdx = fixup->GetlabelIdx(); in HandleDataSectionFixup() local
922 int64 labelIdx = fixup->GetlabelIdx(); in HandleRodataSectionFixup() local
1263 int64 labelIdx = fixup->GetlabelIdx(); in HandleDebugInfoSectionFixup() local
Dx64_emitter.cpp198 … uint32 labelIdx = static_cast<uint32_t>(stoi(symbolName.substr(pos + 2, symbolName.length()))); in TransferMem() local
1601 uint32 labelIdx = lblConst->GetValue(); in EmitJmpTable() local
1872 uint32 labelIdx = lbl.GetValue(); in EmitSingleElement() local
Dx64_MPIsel.cpp905 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
Dasm_assembler.cpp107 for (int64 labelIdx : labelIdxs) { in EmitJmpTableElem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h776 LabelIdx labelIdx = labelTable.size(); in CreateLabel() local
786 LabelIdx labelIdx = labelTable.size(); in AddLabel() local
Dmir_function.h221 GStrIdx GetLabelStringIndex(LabelIdx labelIdx) const in GetLabelStringIndex()
227 const std::string &GetLabelName(LabelIdx labelIdx) const in GetLabelName()
712 const std::string &GetLabelTabItem(LabelIdx labelIdx) const in GetLabelTabItem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp478 LabelIdx labelIdx = module.CurFunction()->GetLabelTab()->CreateLabel(); in CreateBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3342 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondSpecialCase1() local
3392 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondGoto() local
5653 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
8267 LabelIdx labelIdx = bb.GetLabIdx(); in GetOrCreateLabelOperand() local