LLVM 20.0.0git
|
This file a TargetTransformInfo::Concept conforming object specific to the VE target machine. More...
#include "VE.h"
#include "VETargetMachine.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
Go to the source code of this file.
Classes | |
class | llvm::VETTIImpl |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | VEC_VP_CASE(SUFFIX) |
Functions | |
static llvm::Type * | getVectorElementType (llvm::Type *Ty) |
static llvm::Type * | getLaneType (llvm::Type *Ty) |
static bool | isVectorLaneType (llvm::Type &ElemTy) |
This file a TargetTransformInfo::Concept conforming object specific to the VE 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 VETargetTransformInfo.h.
#define VEC_VP_CASE | ( | SUFFIX | ) |
|
static |
Definition at line 28 of file VETargetTransformInfo.h.
References getVectorElementType().
Referenced by llvm::VETTIImpl::isLegalMaskedGather(), llvm::VETTIImpl::isLegalMaskedLoad(), llvm::VETTIImpl::isLegalMaskedScatter(), and llvm::VETTIImpl::isLegalMaskedStore().
|
static |
Definition at line 24 of file VETargetTransformInfo.h.
Referenced by getLaneType(), and llvm::HexagonTargetLowering::LowerINSERT_VECTOR_ELT().
|
static |
Definition at line 35 of file VETargetTransformInfo.h.
References llvm::Type::getScalarSizeInBits(), llvm::Type::isDoubleTy(), llvm::Type::isFloatTy(), llvm::Type::isIntegerTy(), and llvm::Type::isPointerTy().
Referenced by llvm::VETTIImpl::isLegalMaskedGather(), llvm::VETTIImpl::isLegalMaskedLoad(), llvm::VETTIImpl::isLegalMaskedScatter(), and llvm::VETTIImpl::isLegalMaskedStore().