| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | isel.h | 115 Operand *SelectLiteral(T &c, MIRFunction &func, uint32 labelIdx) const in SelectLiteral()
|
| D | eh_func.h | 197 LabelIdx labelIdx = 0; variable
|
| D | cgbb.h | 745 void SetRangeGotoLabel(uint32 index, LabelIdx labelIdx) in SetRangeGotoLabel() 749 void PushBackRangeGotoLabel(LabelIdx labelIdx) in PushBackRangeGotoLabel()
|
| D | cgfunc.h | 1187 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/ |
| D | asm_assembler.h | 557 void EmitLabelReg(int64 labelIdx, Reg reg) in EmitLabelReg() 589 void EmitLabelMem(int64 labelIdx, const Mem &mem) in EmitLabelMem()
|
| D | util.h | 71 inline int64 CalculateLabelSymIdx(uint32 funcUniqueId, uint32 labelIdx) in CalculateLabelSymIdx()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_symbol.cpp | 438 LabelIdx labelIdx = labelTable.size(); in CreateLabelWithPrefix() local 454 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap()
|
| D | mir_lower.cpp | 163 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
|
| D | mir_function.cpp | 153 LabelIdx labelIdx = GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in GetOrCreateLableIdxFromName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_cfg.cpp | 88 … 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
|
| D | emit.cpp | 3399 LabelIdx labelIdx = GetLabelIdxForLabelDie(die); in EmitDIAttrValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | bbt.h | 149 LabelIdx labelIdx; variable
|
| D | lower.h | 332 uint32 labelIdx = 0; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | elf_assembler.cpp | 544 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
|
| D | x64_emitter.cpp | 198 … 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
|
| D | x64_MPIsel.cpp | 905 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
|
| D | asm_assembler.cpp | 107 for (int64 labelIdx : labelIdxs) { in EmitJmpTableElem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_symbol.h | 776 LabelIdx labelIdx = labelTable.size(); in CreateLabel() local 786 LabelIdx labelIdx = labelTable.size(); in AddLabel() local
|
| D | mir_function.h | 221 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/ |
| D | lmir_builder.cpp | 478 LabelIdx labelIdx = module.CurFunction()->GetLabelTab()->CreateLabel(); in CreateBB() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 3342 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
|