llvm/llvm/lib/Target/XCore/XCoreMachineFunctionInfo.cpp

//===-- XCoreMachineFunctionInfo.cpp - XCore machine function info --------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "XCoreMachineFunctionInfo.h"
#include "XCoreInstrInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/Function.h"

usingnamespacellvm;

void XCoreFunctionInfo::anchor() {}

MachineFunctionInfo *XCoreFunctionInfo::clone(
    BumpPtrAllocator &Allocator, MachineFunction &DestMF,
    const DenseMap<MachineBasicBlock *, MachineBasicBlock *> &Src2DstMBB)
    const {}

bool XCoreFunctionInfo::isLargeFrame(const MachineFunction &MF) const {}

int XCoreFunctionInfo::createLRSpillSlot(MachineFunction &MF) {}

int XCoreFunctionInfo::createFPSpillSlot(MachineFunction &MF) {}

const int* XCoreFunctionInfo::createEHSpillSlot(MachineFunction &MF) {}