Home
last modified time | relevance | path

Searched refs:GetLabelIdx (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H A Dlower.h197 LabelIdx GetLabelIdx(MIRFunction &curFunc) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp101 auto endLabelName = ".L." + std::to_string(cgFunc->GetUniqueID()) + "__" + std::to_string(endLabel->GetLabelIdx()); in SelectReturn()
102 LabelOperand &targetOpnd = cgFunc->GetOpndBuilder()->CreateLabel(endLabelName.c_str(), endLabel->GetLabelIdx()); in SelectReturn()
197 uint32 labelIdxTmp = cgFunc->GetLabelIdx(); in SelectFloatingConst()
414 uint32 labelIdxTmp = cgFunc->GetLabelIdx(); in SelectRangeGoto()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dobj_emit.cpp42 int symbolSize = static_cast<int>(cgFunc.GetLabelIdx() + 1); in EmitFuncBinaryCode()
H A Dcgfunc.cpp278 newBB->AddLabel(label.GetLabelIdx()); in HandleLabel()
H A Disel.cpp185 newBB->AddLabel(label.GetLabelIdx()); in HandleLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp616 ((static_cast<GotoNode *>(curr))->GetOffset() == (static_cast<LabelNode *>(next))->GetLabelIdx())) { in CleanupBranches()
685 LabelIdx CGLowerer::GetLabelIdx(MIRFunction &curFunc) const in GetLabelIdx() function in maplebe::CGLowerer
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp424 return labelNode->GetLabelIdx(); in GetBBLabelIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h447 uint32 GetLabelIdx() const in GetLabelIdx() function in maplebe::CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h2510 LabelIdx GetLabelIdx() const
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp3073 uint32 labelIdxTmp = GetLabelIdx();

Completed in 24 milliseconds