Home
last modified time | relevance | path

Searched defs:regSrc (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp202 RegOperand &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectCandidate() local
321 void AArch64LiveIntervalAnalysis::CoalesceRegPair(RegOperand &regDest, RegOperand &regSrc) in CoalesceRegPair()
349 auto &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectMoveForEachBB() local
369 RegOperand &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CoalesceMoves() local
Daarch64_cgfunc.cpp6490 void AArch64CGFunc::ReplaceOpndInInsn(RegOperand &regDest, RegOperand &regSrc, Insn &insn, regno_t … in ReplaceOpndInInsn()
6572 RegOperand &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CleanupDeadMov() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp220 auto regSrc = static_cast<Register>(VIRTUAL_FRAME_SIZE - numArgs + i); in SetParamSpillFill() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1332 auto *regSrc = static_cast<RegOperand *>(base); in GetSpecialPhysRegPattern() local
1340 auto *regSrc = static_cast<RegOperand *>(offset); in GetSpecialPhysRegPattern() local
1347 auto &regSrc = static_cast<RegOperand &>(src); in GetSpecialPhysRegPattern() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1978 bool ProcessFieldLoadVolatile(int regDest, int regSrc, Type expectedFieldType, bool isStatic) in ProcessFieldLoadVolatile()
2725 bool ProcessFieldLoadByName(int regSrc, Type expectedFieldType) in ProcessFieldLoadByName()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp685 void X64CGFunc::ReplaceOpndInInsn(RegOperand &regDest, RegOperand &regSrc, Insn &insn, regno_t regn… in ReplaceOpndInInsn()