Home
last modified time | relevance | path

Searched defs:amount (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_aarch64_aarch64_operand_test.cpp52 uint32 amount, int32 bitLen) in MyCreateExtendShiftOperand()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcleanup.cpp553 void Cleanup::BuildDominatorsVisitPhi(Inst *inst, size_t &amount) in BuildDominatorsVisitPhi()
568 size_t amount = 0; in BuildDominators() local
Dscheduler.cpp429 uint32_t amount = 0; in SchedWithGlued() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h316 …BitShiftOperand &CreateBitShiftOperand(BitShiftOperand::ShiftOp op, uint32 amount, int32 bitLen) c… in CreateBitShiftOperand()
321 …ExtendShiftOperand &CreateExtendShiftOperand(ExtendShiftOperand::ExtendOp op, uint32 amount, int32… in CreateExtendShiftOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp145 BitShiftOperand &OperandBuilder::CreateBitShift(BitShiftOperand::ShiftOp op, uint32 amount, uint32 … in CreateBitShift()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.cpp434 size_t amount = 0; in BuildDominators() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4943 … unsigned amount = 1 + (preBb == notnullPostBb ? 0 : 1) + (notnullPostBb == incomingBlock ? 0 : 1); in VisitIsInstance() local