/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
H A D | util.h | 71 inline int64 CalculateLabelSymIdx(uint32 funcUniqueId, uint32 labelIdx) in CalculateLabelSymIdx() argument 79 inline int64 CalculateStrLabelSymIdx(uint64 size, int64 labelIdx, size_t strTableSize = 0) in CalculateStrLabelSymIdx() argument
|
H A D | asm_assembler.h | 557 void EmitLabelReg(int64 labelIdx, Reg reg) in EmitLabelReg() argument 589 void EmitLabelMem(int64 labelIdx, const Mem &mem) in EmitLabelMem() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
H A D | lower.h | 210 uint32 labelIdx = 0; member in maplebe::CGLowerer
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cg_cfg.cpp | 71 LabelIdx labelIdx = static_cast<LabelOperand &>(insn->GetOperand(0)).GetLabelIndex(); in BuildCFG() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_symbol.cpp | 342 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap() argument
|
H A D | mir_lower.cpp | 146 LabelIdx labelIdx = CreateCondGotoStmt(OP_brfalse, blk, ifStmt); in CreateBrFalseStmt() local 161 LabelIdx labelIdx = CreateCondGotoStmt(OP_brtrue, blk, ifStmt); in CreateBrTrueStmt() local 176 LabelIdx labelIdx = CreateCondGotoStmt(OP_brfalse, blk, ifStmt); in CreateBrFalseAndGotoStmt() local
|
H A D | mir_function.cpp | 125 LabelIdx labelIdx = GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in GetOrCreateLableIdxFromName() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_emitter.cpp | 125 uint32 labelIdx = static_cast<uint32_t>(stoi(symbolName.substr(pos + 2, symbolName.length()))); in TransferMem() local 1528 uint32 labelIdx = lblConst->GetValue(); in EmitJmpTable() local 1659 uint32 labelIdx = lbl.GetValue(); in EmitSingleElement() local
|
H A D | x64_MPIsel.cpp | 403 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
|
H A D | elf_assembler.cpp | 591 bool ElfAssembler::CanEncodeLabel(int64 labelIdx) in CanEncodeLabel() argument 624 AppendFixup(int64 labelIdx, FixupKind kind, const std::pair<uint32, size_t> &offsetPair, std::vector<Fixup *> &tmpFixups, int64 disp) AppendFixup() argument 784 int64 labelIdx = label.GetlabelIdx(); AppendRela() local 824 int64 labelIdx = fixup->GetlabelIdx(); HandleTextSectionFixup() local 868 int64 labelIdx = fixup->GetlabelIdx(); HandleDataSectionFixup() local 922 int64 labelIdx = fixup->GetlabelIdx(); HandleRodataSectionFixup() local 1259 int64 labelIdx = fixup->GetlabelIdx(); HandleDebugInfoSectionFixup() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | lmir_builder.cpp | 359 LabelIdx labelIdx = module.CurFunction()->GetLabelTab()->CreateLabel(); in CreateBB() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_symbol.h | 740 LabelIdx labelIdx = labelTable.size(); in CreateLabel() local 748 LabelIdx labelIdx = labelTable.size(); in AddLabel() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | cgfunc.h | 714 LabelIdx labelIdx = lblConst->GetValue(); in DeleteEmitSt() local 1139 uint32 labelIdx = 0; /* local label index number */ member in maplebe::CGFunc
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 1289 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondSpecialCase1() local 1339 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondGoto() local [all...] |