LLVM 22.0.0git
ARMTargetTransformInfo.h File Reference

This file a TargetTransformInfoImplBase conforming object specific to the ARM target machine. More...

#include "ARM.h"
#include "ARMSubtarget.h"
#include "ARMTargetMachine.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/IR/Constant.h"
#include "llvm/IR/Function.h"
#include "llvm/TargetParser/SubtargetFeature.h"
#include <optional>

Go to the source code of this file.

Classes

class  llvm::ARMTTIImpl

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::TailPredication
namespace  llvm::TPLoop

Enumerations

enum  llvm::TailPredication::Mode {
  llvm::TailPredication::Disabled = 0 , llvm::TailPredication::EnabledNoReductions , llvm::TailPredication::Enabled , llvm::TailPredication::ForceEnabledNoReductions ,
  llvm::TailPredication::ForceEnabled
}
enum  llvm::TPLoop::MemTransfer { llvm::TPLoop::ForceDisabled = 0 , llvm::TPLoop::ForceEnabled , llvm::TPLoop::Allow }

Functions

bool llvm::isVREVMask (ArrayRef< int > M, EVT VT, unsigned BlockSize)
 isVREVMask - Check if a vector shuffle corresponds to a VREV instruction with the specified blocksize.

Detailed Description

This file a TargetTransformInfoImplBase conforming object specific to the ARM 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 ARMTargetTransformInfo.h.