Home
last modified time | relevance | path

Searched defs:regDest (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp202 RegOperand &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CollectCandidate() local
260 void AArch64LiveIntervalAnalysis::CoalesceRegPair(RegOperand &regDest, RegOperand &regSrc) in CoalesceRegPair()
287 auto &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CollectMoveForEachBB() local
307 RegOperand &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CoalesceMoves() local
Daarch64_cgfunc.cpp5882 bool AArch64CGFunc::IsRegSameRematInfo(const RegOperand &regDest, const RegOperand &regSrc) const in IsRegSameRematInfo() argument
5901 void AArch64CGFunc::ReplaceOpndInInsn(RegOperand &regDest, RegOperand &regSrc, Insn &insn, regno_t … in ReplaceOpndInInsn()
5986 RegOperand &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CleanupDeadMov() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp675 void X64CGFunc::ReplaceOpndInInsn(RegOperand &regDest, RegOperand &regSrc, Insn &insn, regno_t regn… in ReplaceOpndInInsn()
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1930 bool ProcessFieldLoadVolatile(int regDest, int regSrc, Type expectedFieldType, bool isStatic) in ProcessFieldLoadVolatile()