Home
last modified time | relevance | path

Searched defs:labelIdx (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dutil.h71 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 Dasm_assembler.h557 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 Dlower.h210 uint32 labelIdx = 0; member in maplebe::CGLowerer
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_cfg.cpp71 LabelIdx labelIdx = static_cast<LabelOperand &>(insn->GetOperand(0)).GetLabelIndex(); in BuildCFG() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol.cpp342 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap() argument
H A Dmir_lower.cpp146 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 Dmir_function.cpp125 LabelIdx labelIdx = GetLabelTab()->GetLabelIdxFromStrIdx(strIdx); in GetOrCreateLableIdxFromName() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp125 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 Dx64_MPIsel.cpp403 LabelIdx labelIdx = itPair.second; in SelectRangeGoto() local
H A Delf_assembler.cpp591 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 Dlmir_builder.cpp359 LabelIdx labelIdx = module.CurFunction()->GetLabelTab()->CreateLabel(); in CreateBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_symbol.h740 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 Dcgfunc.h714 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 Daarch64_cgfunc.cpp1289 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondSpecialCase1() local
1339 LabelIdx labelIdx = stmt.GetOffset(); in SelectCondGoto() local
[all...]

Completed in 23 milliseconds