Searched defs:amount (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_strldr.h | 68 uint32 amount = 0; variable
|
| D | aarch64_cgfunc.h | 509 …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/ |
| D | aarch64_prop.cpp | 210 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
|
| D | aarch64_global.cpp | 1611 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/ |
| D | cleanup.cpp | 548 void Cleanup::BuildDominatorsVisitPhi(Inst *inst, size_t &amount) in BuildDominatorsVisitPhi() 563 size_t amount = 0; in BuildDominators() local
|
| D | scheduler.cpp | 429 uint32_t amount = 0; in SchedWithGlued() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_irbuilder.cpp | 144 BitShiftOperand &OperandBuilder::CreateBitShift(BitShiftOperand::ShiftOp op, uint32 amount, uint32 … in CreateBitShift()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | cleanup.cpp | 434 size_t amount = 0; in BuildDominators() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 4601 … unsigned amount = 1 + (preBb == notnullPostBb ? 0 : 1) + (notnullPostBb == incomingBlock ? 0 : 1); in VisitIsInstance() local
|