LLVM: lib/Target/AMDGPU/R600MachineFunctionInfo.cpp Source File (original) (raw)

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

12

13using namespace llvm;

14

AMDGPU R600 specific subclass of TargetSubtarget.

AMDGPUMachineFunction(const Function &F, const AMDGPUSubtarget &ST)

R600MachineFunctionInfo(const Function &F, const R600Subtarget *STI)

Definition R600MachineFunctionInfo.cpp:15

This is an optimization pass for GlobalISel generic memory operations.