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.cpp3713 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.cpp1188 RegOperand *phyOpnd = nullptr; in InsertCallerSave() local
1310 … RegOperand *phyOpnd = GetSpillPhyRegOperand(insn, static_cast<regno_t>(spReg), regSize, regType); in SpillOperand() local
1367 RegOperand *phyOpnd = nullptr; in GetSpillPhyRegOperand() local
1619 RegOperand *phyOpnd = in GetReplaceUdOpnd() local
1664 RegOperand *phyOpnd = in GetReplaceOpnd() local
1771 RegOperand *phyOpnd = in FinalizeUseRegisters() local
1783 auto *phyOpnd = GetReplaceOpnd(insn, *base, spillIdx, false); in FinalizeUseRegisters() local
1789 auto *phyOpnd = GetReplaceOpnd(insn, *offset, spillIdx, false); in FinalizeUseRegisters() local
1795 auto *phyOpnd = GetReplaceOpnd(insn, opnd, spillIdx, false); in FinalizeUseRegisters() local
1815 RegOperand *phyOpnd = GetReplaceUdOpnd(insn, opnd, spillIdx); in FinalizeUseDefRegisters() local
[all …]