Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_strldr.h68 uint32 amount = 0; variable
Daarch64_cgfunc.h509 …BitShiftOperand &CreateBitShiftOperand(BitShiftOperand::ShiftOp op, uint32 amount, int32 bitLen) c… in CreateBitShiftOperand()
514 …ExtendShiftOperand &CreateExtendShiftOperand(ExtendShiftOperand::ExtendOp op, uint32 amount, int32… in CreateExtendShiftOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp210 uint32 amount = shiftOpnd.GetShiftAmount(); in GetFoldMopAndVal() local
241 uint32 amount = shiftOpnd.GetShiftAmount(); in GetFoldMopAndVal() local
701 auto amount = currMemOpnd.ShiftAmount(); in SelectStrLdrPropMode() local
922 MemOperand *A64StrLdrProp::SelectReplaceExt(const Insn &defInsn, RegOperand &base, uint32 amount, b… in SelectReplaceExt()
1235 void ExtendShiftPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn()
1302 uint32 amount = 0; in Optimize() local
Daarch64_global.cpp1611 void ExtendShiftOptPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn()
1686 uint32 amount = 0; in Optimize() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcleanup.cpp548 void Cleanup::BuildDominatorsVisitPhi(Inst *inst, size_t &amount) in BuildDominatorsVisitPhi()
563 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/src/cg/
Dcg_irbuilder.cpp144 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.cpp4601 … unsigned amount = 1 + (preBb == notnullPostBb ? 0 : 1) + (notnullPostBb == incomingBlock ? 0 : 1); in VisitIsInstance() local