Searched defs:regSrc (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reg_coalesce.cpp | 202 RegOperand ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectCandidate() local 321 void AArch64LiveIntervalAnalysis::CoalesceRegPair(RegOperand ®Dest, RegOperand ®Src) in CoalesceRegPair() 349 auto ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectMoveForEachBB() local 369 RegOperand ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CoalesceMoves() local
|
| D | aarch64_cgfunc.cpp | 6490 void AArch64CGFunc::ReplaceOpndInInsn(RegOperand ®Dest, RegOperand ®Src, Insn &insn, regno_t … in ReplaceOpndInInsn() 6572 RegOperand ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CleanupDeadMov() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 220 auto regSrc = static_cast<Register>(VIRTUAL_FRAME_SIZE - numArgs + i); in SetParamSpillFill() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 1332 auto *regSrc = static_cast<RegOperand *>(base); in GetSpecialPhysRegPattern() local 1340 auto *regSrc = static_cast<RegOperand *>(offset); in GetSpecialPhysRegPattern() local 1347 auto ®Src = static_cast<RegOperand &>(src); in GetSpecialPhysRegPattern() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1978 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/ |
| D | x64_cgfunc.cpp | 685 void X64CGFunc::ReplaceOpndInInsn(RegOperand ®Dest, RegOperand ®Src, Insn &insn, regno_t regn… in ReplaceOpndInInsn()
|