Home
last modified time | relevance | path

Searched defs:rty (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp308 …ProEpilog::AppendInstructionPushPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg1, RegType rty, in AppendInstructionPushPair()
332 void AArch64GenProEpilog::AppendInstructionPushSingle(CGFunc &cgFunc, AArch64reg reg, RegType rty, … in AppendInstructionPushSingle()
356 … AArch64reg reg1, RegType rty, in AppendInstructionForAllocateOrDeallocateCallFrame()
402 … AArch64reg reg1, RegType rty) in CreateAndAppendInstructionForAllocateCallFrame()
427 …ch64GenProEpilog::AppendInstructionAllocateCallFrame(AArch64reg reg0, AArch64reg reg1, RegType rty) in AppendInstructionAllocateCallFrame()
500 …enProEpilog::AppendInstructionAllocateCallFrameDebug(AArch64reg reg0, AArch64reg reg1, RegType rty) in AppendInstructionAllocateCallFrameDebug()
786 void AArch64GenProEpilog::AppendInstructionStackCheck(AArch64reg reg, RegType rty, int32 offset) in AppendInstructionStackCheck()
940 void AArch64GenProEpilog::AppendInstructionPopSingle(CGFunc &cgFunc, AArch64reg reg, RegType rty, i… in AppendInstructionPopSingle()
961 …nProEpilog::AppendInstructionPopPair(CGFunc &cgFunc, AArch64reg reg0, AArch64reg reg1, RegType rty, in AppendInstructionPopPair()
984 …64GenProEpilog::AppendInstructionDeallocateCallFrame(AArch64reg reg0, AArch64reg reg1, RegType rty) in AppendInstructionDeallocateCallFrame()
[all …]
Daarch64_memlayout.cpp376 MIRType *rty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(rTyIdx); in LayoutLocalVariables() local