LLVM 18.0.0git
LoongArchTargetTransformInfo.cpp
Go to the documentation of this file.
1//===-- LoongArchTargetTransformInfo.cpp - LoongArch specific TTI ---------===//
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//===----------------------------------------------------------------------===//
8/// \file
9/// This file implements a TargetTransformInfo analysis pass specific to the
10/// LoongArch target machine. It uses the target's detailed information to
11/// provide more precise answers to certain TTI queries, while letting the
12/// target independent and default TTI implementations handle the rest.
13///
14//===----------------------------------------------------------------------===//
15
17
18using namespace llvm;
19
20#define DEBUG_TYPE "loongarchtti"
21
22// TODO: Implement more hooks to provide TTI machinery for LoongArch.
This file a TargetTransformInfo::Concept conforming object specific to the LoongArch target machine.
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18