Home
last modified time | relevance | path

Searched refs:GetCallTargetOperand (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_live.cpp48 auto *targetOpnd = insn.GetCallTargetOperand(); in ProcessCallInsnParam()
Daarch64_ebo.cpp345 auto *targetOpnd = insn->GetCallTargetOperand(); in DefineCallerSaveRegisters()
Daarch64_emitter.cpp119 auto *targetOpnd = insn->GetCallTargetOperand(); in RecordRegInfo()
Daarch64_color_ra.cpp816 auto *targetOpnd = insn.GetCallTargetOperand(); in UpdateCallInfo()
Daarch64_peep.cpp7441 Operand *targetOpnd = insn.GetCallTargetOperand(); in IsWriteRefFieldCallInsn()
Daarch64_cgfunc.cpp6005 auto *targetOpnd = insn.GetCallTargetOperand(); in GetRealCallerSaveRegs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dinsn.cpp302 Operand *Insn::GetCallTargetOperand() const in GetCallTargetOperand() function in maplebe::Insn
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h293 virtual Operand *GetCallTargetOperand() const;