Home
last modified time | relevance | path

Searched defs:phyOpnd (Results 1 – 5 of 5) 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.cpp88 Insn *AArch64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildStrInsn()
94 Insn *AArch64RegInfo::BuildLdrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand … in BuildLdrInsn()
Daarch64_cgfunc.cpp3699 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.cpp73 Insn *X64RegInfo::BuildStrInsn(uint32 regSize, PrimType stype, RegOperand &phyOpnd, MemOperand &mem… in BuildStrInsn()
99 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.cpp1177 RegOperand *phyOpnd = nullptr; in InsertCallerSave() local
1299 … RegOperand *phyOpnd = GetSpillPhyRegOperand(insn, static_cast<regno_t>(spReg), regSize, regType); in SpillOperand() local
1356 RegOperand *phyOpnd = nullptr; in GetSpillPhyRegOperand() local
1608 RegOperand *phyOpnd = in GetReplaceUdOpnd() local
1653 RegOperand *phyOpnd = in GetReplaceOpnd() local
1760 RegOperand *phyOpnd = in FinalizeUseRegisters() local
1772 auto *phyOpnd = GetReplaceOpnd(insn, *base, spillIdx, false); in FinalizeUseRegisters() local
1778 auto *phyOpnd = GetReplaceOpnd(insn, *offset, spillIdx, false); in FinalizeUseRegisters() local
1784 auto *phyOpnd = GetReplaceOpnd(insn, opnd, spillIdx, false); in FinalizeUseRegisters() local
1804 RegOperand *phyOpnd = GetReplaceUdOpnd(insn, opnd, spillIdx); in FinalizeUseDefRegisters() local
[all …]