Home
last modified time | relevance | path

Searched defs:phyOpnd (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_live.cpp25 Operand &phyOpnd = in GenerateReturnBBDefUse() local
29 Operand &phyOpnd = in GenerateReturnBBDefUse() local
Daarch64_reg_info.cpp111 Insn *AArch64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildStrInsn()
117 Insn *AArch64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildLdrInsn()
Daarch64_ebo.cpp295 RegOperand &phyOpnd = in BuildCallerSaveRegisters() local
300 RegOperand &phyOpnd = in BuildCallerSaveRegisters() local
305 RegOperand &phyOpnd = in BuildCallerSaveRegisters() local
380 RegOperand &phyOpnd = in DefineReturnUseRegister() local
392 RegOperand &phyOpnd = in DefineReturnUseRegister() local
Daarch64_regsaves.cpp92 Operand &phyOpnd = in GenerateReturnBBDefUse() local
96 Operand &phyOpnd = in GenerateReturnBBDefUse() local
Daarch64_color_ra.cpp2334 …aphColorRegAllocator::SpillOperandForSpillPre(Insn &insn, const Operand &opnd, RegOperand &phyOpnd, in SpillOperandForSpillPre()
Daarch64_cgfunc.cpp6745 …RegOperand &phyOpnd = GetOrCreatePhysicalRegisterOperand(R0, k64BitSize, GetRegTyFromPrimTy(PTY_a6… in GenRetCleanup() local
6944 …RegOperand &phyOpnd = GetOrCreatePhysicalRegisterOperand(R0, k64BitSize, GetRegTyFromPrimTy(PTY_a6… in HandleRCCall() local
6971 …RegOperand &phyOpnd = GetOrCreatePhysicalRegisterOperand(R0, k64BitSize, GetRegTyFromPrimTy(PTY_a6… in HandleRCCall() local
8168 auto &phyOpnd = GetOrCreatePhysicalRegisterOperand(pReg, bitSize, GetRegTyFromPrimTy(primType)); in GetOrCreateSpecialRegisterOperand() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_reg_info.cpp92 Insn *X64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildStrInsn()
118 Insn *X64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildLdrInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp1401 RegOperand *phyOpnd = nullptr; in InsertCallerSave() local
1520 … auto *phyOpnd = regInfo->GetOrCreatePhyRegOperand(static_cast<regno_t>(spReg), regSize, regType); in SpillOperand() local
1809 RegOperand *phyOpnd = in GetReplaceUdOpnd() local
1855 RegOperand *phyOpnd = in GetReplaceOpnd() local
1962 RegOperand *phyOpnd = in FinalizeUseRegisters() local
1974 auto *phyOpnd = GetReplaceOpnd(insn, *base, spillIdx, false); in FinalizeUseRegisters() local
1980 auto *phyOpnd = GetReplaceOpnd(insn, *offset, spillIdx, false); in FinalizeUseRegisters() local
1986 auto *phyOpnd = GetReplaceOpnd(insn, opnd, spillIdx, false); in FinalizeUseRegisters() local
2006 RegOperand *phyOpnd = GetReplaceUdOpnd(insn, opnd, spillIdx); in FinalizeUseDefRegisters() local
2025 RegOperand *phyOpnd = GetReplaceOpnd(insn, opnd, spillIdx, true); in FinalizeDefRegisters() local
[all …]