Searched defs:regDest (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reg_coalesce.cpp | 202 RegOperand ®Dest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CollectCandidate() local 260 void AArch64LiveIntervalAnalysis::CoalesceRegPair(RegOperand ®Dest, RegOperand ®Src) in CoalesceRegPair() 287 auto ®Dest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CollectMoveForEachBB() local 307 RegOperand ®Dest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CoalesceMoves() local
|
| D | aarch64_cgfunc.cpp | 5882 bool AArch64CGFunc::IsRegSameRematInfo(const RegOperand ®Dest, const RegOperand ®Src) const in IsRegSameRematInfo() argument 5901 void AArch64CGFunc::ReplaceOpndInInsn(RegOperand ®Dest, RegOperand ®Src, Insn &insn, regno_t … in ReplaceOpndInInsn() 5986 RegOperand ®Dest = static_cast<RegOperand &>(insn->GetOperand(kInsnFirstOpnd)); in CleanupDeadMov() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 675 void X64CGFunc::ReplaceOpndInInsn(RegOperand ®Dest, RegOperand ®Src, Insn &insn, regno_t regn… in ReplaceOpndInInsn()
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1930 bool ProcessFieldLoadVolatile(int regDest, int regSrc, Type expectedFieldType, bool isStatic) in ProcessFieldLoadVolatile()
|