Home
last modified time | relevance | path

Searched defs:regSrc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_coalesce.cpp203 RegOperand &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectCandidate() local
260 void AArch64LiveIntervalAnalysis::CoalesceRegPair(RegOperand &regDest, RegOperand &regSrc) in CoalesceRegPair()
288 auto &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CollectMoveForEachBB() local
308 RegOperand &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CoalesceMoves() local
Daarch64_cgfunc.cpp5901 void AArch64CGFunc::ReplaceOpndInInsn(RegOperand &regDest, RegOperand &regSrc, Insn &insn, regno_t … in ReplaceOpndInInsn()
5987 RegOperand &regSrc = static_cast<RegOperand &>(insn->GetOperand(kInsnSecondOpnd)); in CleanupDeadMov() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp402 auto regSrc = static_cast<Register>(VIRTUAL_FRAME_SIZE - numArgs + i); in SetParamSpillFill() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1930 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/
Dx64_cgfunc.cpp675 void X64CGFunc::ReplaceOpndInInsn(RegOperand &regDest, RegOperand &regSrc, Insn &insn, regno_t regn… in ReplaceOpndInInsn()