Searched refs:CreateCallFrameOperand (Results 1 – 3 of 3) sorted by relevance
473 …MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(static_cast<int32>(-offset), GetPointerBitSize… in AppendInstructionAllocateCallFrame()539 … MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(-stackFrameSize, GetPointerBitSize()); in AppendInstructionAllocateCallFrameDebug()1011 o2 = &aarchCGFunc.CreateCallFrameOperand(offset, GetPointerBitSize()); in AppendInstructionDeallocateCallFrame()1069 … MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(stackFrameSize, GetPointerBitSize()); in AppendInstructionDeallocateCallFrameDebug()
6120 MemOperand &frameAlloc = CreateCallFrameOperand(-16, GetPointerSize() * kBitsPerByte); in GenerateCleanupCodeForExtEpilog()6128 MemOperand &frameDealloc = CreateCallFrameOperand(16, GetPointerSize() * kBitsPerByte); in GenerateCleanupCodeForExtEpilog()6350 MemOperand &AArch64CGFunc::CreateCallFrameOperand(int32 offset, uint32 size) in CreateCallFrameOperand() function in maplebe::AArch64CGFunc
642 MemOperand &CreateCallFrameOperand(int32 offset, uint32 size);