aboutsummaryrefslogblamecommitdiff
path: root/llvm/lib/Target/DirectX/DirectXRegisterInfo.cpp
blob: c54b494f37304b4828cd1b9379825bbc2bafba5c (plain) (tree)























                                                                                
//===-- DirectXRegisterInfo.cpp - RegisterInfo for DirectX -*- C++ ------*-===//
//
// 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
//
//===----------------------------------------------------------------------===//
//
// This file defines the DirectX specific subclass of TargetRegisterInfo.
//
//===----------------------------------------------------------------------===//

#include "DirectXRegisterInfo.h"
#include "DirectXFrameLowering.h"
#include "MCTargetDesc/DirectXMCTargetDesc.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"

#define GET_REGINFO_TARGET_DESC
#include "DirectXGenRegisterInfo.inc"

using namespace llvm;

DirectXRegisterInfo::~DirectXRegisterInfo() {}