Home
last modified time | relevance | path

Searched refs:GetAlignPower (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dalignment.h68 uint32 GetAlignPower(BB &bb) in GetAlignPower() function
Dcgbb.h907 uint32 GetAlignPower() const in GetAlignPower() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp27 uint32 alignPower = bb.GetAlignPower(); in CalculateAlignRange()
Daarch64_alignment.cpp173 uint32 alignedVal = (1U << bb->GetAlignPower()); in MarkCondBranchAlign()
234 uint32 alignedVal = 1U << (bb->GetAlignPower()); in UpdateInsnId()
Daarch64_emitter.cpp525 uint32 power = bb->GetAlignPower(); in Run()