| /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 | 212 LabelIdx labelIdx = 0; variable
|
| D | cgbb.h | 739 void SetRangeGotoLabel(uint32 index, LabelIdx labelIdx) in SetRangeGotoLabel() 743 void PushBackRangeGotoLabel(LabelIdx labelIdx) in PushBackRangeGotoLabel()
|
| D | cgfunc.h | 1092 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/ |
| D | asm_assembler.h | 545 void EmitLabelReg(int64 labelIdx, Reg reg) in EmitLabelReg() 577 void EmitLabelMem(int64 labelIdx, const Mem &mem) in EmitLabelMem()
|
| D | util.h | 71 inline int64 CalculateLabelSymIdx(int64 funcUniqueId, int64 labelIdx) in CalculateLabelSymIdx()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_cfg.cpp | 95 … 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
|
| D | emit.cpp | 3314 LabelIdx labelIdx = GetLabelIdxForLabelDie(die); in EmitDIAttrValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_symbol.cpp | 465 LabelIdx labelIdx = labelTable.size(); in CreateLabelWithPrefix() local 481 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap()
|
| D | mir_lower.cpp | 161 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
|
| D | mir_function.cpp | 153 LabelIdx labelIdx = GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in GetOrCreateLableIdxFromName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | bbt.h | 149 LabelIdx labelIdx; variable
|
| D | lower.h | 337 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() 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
|
| D | x64_emitter.cpp | 196 …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
|
| D | x64_MPIsel.cpp | 905 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
|
| D | asm_assembler.cpp | 108 for (int64 labelIdx : labelIdxs) { in EmitJmpTableElem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_symbol.h | 754 LabelIdx labelIdx = labelTable.size(); in CreateLabel() local 764 LabelIdx labelIdx = labelTable.size(); in AddLabel() local
|
| D | mir_function.h | 220 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/ |
| D | me_cfg.cpp | 677 LabelIdx labelIdx = labelNode->GetLabelIdx(); in CreateBasicBlocks() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 458 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 | 3588 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
|