LLVM 22.0.0git
VETargetTransformInfo.h File Reference

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

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::TypegetVectorElementType (llvm::Type *Ty)
static llvm::TypegetLaneType (llvm::Type *Ty)
static bool isVectorLaneType (llvm::Type &ElemTy)

Detailed Description

This file a TargetTransformInfoImplBase 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.

Macro Definition Documentation

◆ VEC_VP_CASE

#define VEC_VP_CASE ( SUFFIX)
Value:
case Intrinsic::vp_reduce_##SUFFIX: \
case Intrinsic::vector_reduce_##SUFFIX:

Function Documentation

◆ getLaneType()

◆ getVectorElementType()

llvm::Type * getVectorElementType ( llvm::Type * Ty)
static

◆ isVectorLaneType()