LLVM  8.0.1
Macros | Functions
SystemZTargetTransformInfo.cpp File Reference
#include "SystemZTargetTransformInfo.h"
#include "llvm/Analysis/TargetTransformInfo.h"
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/CodeGen/CostTable.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Support/Debug.h"
Include dependency graph for SystemZTargetTransformInfo.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "systemztti"
 

Functions

static unsigned getScalarSizeInBits (Type *Ty)
 
static unsigned getNumVectorRegs (Type *Ty)
 
static unsigned getElSizeLog2Diff (Type *Ty0, Type *Ty1)
 
static TypegetCmpOpsType (const Instruction *I, unsigned VF=1)
 
static unsigned getOperandsExtensionCost (const Instruction *I)
 
static bool isBswapIntrinsicCall (const Value *V)
 
static int getVectorIntrinsicInstrCost (Intrinsic::ID ID, Type *RetTy)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "systemztti"

Definition at line 26 of file SystemZTargetTransformInfo.cpp.

Function Documentation

◆ getCmpOpsType()

static Type* getCmpOpsType ( const Instruction I,
unsigned  VF = 1 
)
static

◆ getElSizeLog2Diff()

static unsigned getElSizeLog2Diff ( Type Ty0,
Type Ty1 
)
static

◆ getNumVectorRegs()

static unsigned getNumVectorRegs ( Type Ty)
static

◆ getOperandsExtensionCost()

static unsigned getOperandsExtensionCost ( const Instruction I)
static

◆ getScalarSizeInBits()

static unsigned getScalarSizeInBits ( Type Ty)
static

◆ getVectorIntrinsicInstrCost()

static int getVectorIntrinsicInstrCost ( Intrinsic::ID  ID,
Type RetTy 
)
static

◆ isBswapIntrinsicCall()

static bool isBswapIntrinsicCall ( const Value V)
static

Definition at line 967 of file SystemZTargetTransformInfo.cpp.

References llvm::Intrinsic::bswap, F(), and I.

Referenced by llvm::SystemZTTIImpl::getMemoryOpCost().