LLVM API Documentation
#include "AArch64.h"
#include "AArch64TargetMachine.h"
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Target/CostTable.h"
#include "llvm/Target/TargetLowering.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#define | DEBUG_TYPE "aarch64tti" |
Functions | |
void | llvm::initializeAArch64TTIPass (PassRegistry &) |
This file implements a TargetTransformInfo analysis pass specific to the AArch64 target machine. It uses the target's detailed information to provide more precise answers to certain TTI queries, while letting the target independent and default TTI implementations handle the rest.
Definition in file AArch64TargetTransformInfo.cpp.
#define DEBUG_TYPE "aarch64tti" |
Definition at line 27 of file AArch64TargetTransformInfo.cpp.