Home
last modified time | relevance | path

Searched defs:power (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dalignment.h82 void InsertAlignInfos(BB &bb, uint32 power) in InsertAlignInfos()
Dcgbb.h909 void SetAlignPower(uint32 power) in SetAlignPower()
/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.h104 int DivModPowerOf2(int power) in DivModPowerOf2()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_intrinsics_helpers.cpp546 SignedInt power = TEN; in SmallFpToString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp459 ConstantInst *power = ConstFoldingCreateIntConst(inst, static_cast<uint64_t>(n)); in VisitMulOneConst() local
2073 auto power = graph->FindOrCreateConstant(n); in TryReplaceDivByShift() local
Dlowering.cpp328 auto power = graph->FindOrCreateConstant(n); in ReplaceUnsignedDivPowerOfTwo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp280 uint32 power = bb->GetAlignPower(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_native_inline_lowering.cpp612 GateRef power = acc_.GetValueIn(gate, 0U); in LowerMathExp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2115 GateRef power = acc_.GetIn(gate, 1U); in HandleExp() local