LLVM 20.0.0git
|
This file a TargetTransformInfo::Concept 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 |
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. | |
This file a TargetTransformInfo::Concept 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.