Searched defs:regSrc (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reg_coalesce.cpp | 203 RegOperand ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectCandidate() local 260 void AArch64LiveIntervalAnalysis::CoalesceRegPair(RegOperand ®Dest, RegOperand ®Src) in CoalesceRegPair() 288 auto ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectMoveForEachBB() local 308 RegOperand ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CoalesceMoves() local
|
| D | aarch64_cgfunc.cpp | 5901 void AArch64CGFunc::ReplaceOpndInInsn(RegOperand ®Dest, RegOperand ®Src, Insn &insn, regno_t … in ReplaceOpndInInsn() 5987 RegOperand ®Src = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CleanupDeadMov() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 402 auto regSrc = static_cast<Register>(VIRTUAL_FRAME_SIZE - numArgs + i); in SetParamSpillFill() local
|
| /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() 2779 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 | 675 void X64CGFunc::ReplaceOpndInInsn(RegOperand ®Dest, RegOperand ®Src, Insn &insn, regno_t regn… in ReplaceOpndInInsn()
|