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.cpp201 RegOperand &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CollectCandidate() local
321 void AArch64LiveIntervalAnalysis::CoalesceRegPair(RegOperand &regDest, RegOperand &regSrc) in CoalesceRegPair()
348 auto &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CollectMoveForEachBB() local
368 RegOperand &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CoalesceMoves() local
Daarch64_cgfunc.cpp6471 bool AArch64CGFunc::IsRegSameRematInfo(const RegOperand &regDest, const RegOperand &regSrc) const in IsRegSameRematInfo() argument
6490 void AArch64CGFunc::ReplaceOpndInInsn(RegOperand &regDest, RegOperand &regSrc, Insn &insn, regno_t … in ReplaceOpndInInsn()
6571 RegOperand &regDest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CleanupDeadMov() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1978 bool ProcessFieldLoadVolatile(int regDest, int regSrc, Type expectedFieldType, bool isStatic) in ProcessFieldLoadVolatile()
/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()