LLVM
20.0.0git
lib
Target
AMDGPU
R600MachineFunctionInfo.cpp
Go to the documentation of this file.
1
//===-- R600MachineFunctionInfo.cpp - R600 Machine Function Info-*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
/// \file
8
//===----------------------------------------------------------------------===//
9
10
#include "
R600MachineFunctionInfo.h
"
11
#include "
R600Subtarget.h
"
12
13
using namespace
llvm
;
14
15
R600MachineFunctionInfo::R600MachineFunctionInfo
(
const
Function
&
F
,
16
const
R600Subtarget
*STI)
17
:
AMDGPUMachineFunction
(
F
, *STI) {}
F
#define F(x, y, z)
Definition:
MD5.cpp:55
R600MachineFunctionInfo.h
R600Subtarget.h
AMDGPU R600 specific subclass of TargetSubtarget.
llvm::AMDGPUMachineFunction
Definition:
AMDGPUMachineFunction.h:24
llvm::Function
Definition:
Function.h:64
llvm::R600MachineFunctionInfo::R600MachineFunctionInfo
R600MachineFunctionInfo(const Function &F, const R600Subtarget *STI)
Definition:
R600MachineFunctionInfo.cpp:15
llvm::R600Subtarget
Definition:
R600Subtarget.h:30
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Tue Nov 12 2024 15:49:28 for LLVM by
1.9.6