LLVM  4.0.0
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
llvm::TargetTransformInfoImplBase Class Reference

Base class for use as a mix-in that aids implementing a TargetTransformInfo-compatible class. More...

#include <TargetTransformInfoImpl.h>

Inheritance diagram for llvm::TargetTransformInfoImplBase:
[legend]
Collaboration diagram for llvm::TargetTransformInfoImplBase:
[legend]

Public Member Functions

 TargetTransformInfoImplBase (const TargetTransformInfoImplBase &Arg)
 
 TargetTransformInfoImplBase (TargetTransformInfoImplBase &&Arg)
 
const DataLayoutgetDataLayout () const
 
unsigned getOperationCost (unsigned Opcode, Type *Ty, Type *OpTy)
 
int getGEPCost (Type *PointeeType, const Value *Ptr, ArrayRef< const Value * > Operands)
 
unsigned getCallCost (FunctionType *FTy, int NumArgs)
 
unsigned getInliningThresholdMultiplier ()
 
unsigned getIntrinsicCost (Intrinsic::ID IID, Type *RetTy, ArrayRef< Type * > ParamTys)
 
bool hasBranchDivergence ()
 
bool isSourceOfDivergence (const Value *V)
 
bool isLoweredToCall (const Function *F)
 
void getUnrollingPreferences (Loop *, TTI::UnrollingPreferences &)
 
bool isLegalAddImmediate (int64_t Imm)
 
bool isLegalICmpImmediate (int64_t Imm)
 
bool isLegalAddressingMode (Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace)
 
bool isLegalMaskedStore (Type *DataType)
 
bool isLegalMaskedLoad (Type *DataType)
 
bool isLegalMaskedScatter (Type *DataType)
 
bool isLegalMaskedGather (Type *DataType)
 
int getScalingFactorCost (Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace)
 
bool isFoldableMemAccessOffset (Instruction *I, int64_t Offset)
 
bool isTruncateFree (Type *Ty1, Type *Ty2)
 
bool isProfitableToHoist (Instruction *I)
 
bool isTypeLegal (Type *Ty)
 
unsigned getJumpBufAlignment ()
 
unsigned getJumpBufSize ()
 
bool shouldBuildLookupTables ()
 
bool shouldBuildLookupTablesForConstant (Constant *C)
 
bool enableAggressiveInterleaving (bool LoopHasReductions)
 
bool enableInterleavedAccessVectorization ()
 
bool isFPVectorizationPotentiallyUnsafe ()
 
bool allowsMisalignedMemoryAccesses (LLVMContext &Context, unsigned BitWidth, unsigned AddressSpace, unsigned Alignment, bool *Fast)
 
TTI::PopcntSupportKind getPopcntSupport (unsigned IntTyWidthInBit)
 
bool haveFastSqrt (Type *Ty)
 
unsigned getFPOpCost (Type *Ty)
 
int getIntImmCodeSizeCost (unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty)
 
unsigned getIntImmCost (const APInt &Imm, Type *Ty)
 
unsigned getIntImmCost (unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty)
 
unsigned getIntImmCost (Intrinsic::ID IID, unsigned Idx, const APInt &Imm, Type *Ty)
 
unsigned getNumberOfRegisters (bool Vector)
 
unsigned getRegisterBitWidth (bool Vector)
 
unsigned getCacheLineSize ()
 
unsigned getPrefetchDistance ()
 
unsigned getMinPrefetchStride ()
 
unsigned getMaxPrefetchIterationsAhead ()
 
unsigned getMaxInterleaveFactor (unsigned VF)
 
unsigned getArithmeticInstrCost (unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo, TTI::OperandValueProperties Opd2PropInfo, ArrayRef< const Value * > Args)
 
unsigned getShuffleCost (TTI::ShuffleKind Kind, Type *Ty, int Index, Type *SubTp)
 
unsigned getCastInstrCost (unsigned Opcode, Type *Dst, Type *Src)
 
unsigned getExtractWithExtendCost (unsigned Opcode, Type *Dst, VectorType *VecTy, unsigned Index)
 
unsigned getCFInstrCost (unsigned Opcode)
 
unsigned getCmpSelInstrCost (unsigned Opcode, Type *ValTy, Type *CondTy)
 
unsigned getVectorInstrCost (unsigned Opcode, Type *Val, unsigned Index)
 
unsigned getMemoryOpCost (unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace)
 
unsigned getMaskedMemoryOpCost (unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace)
 
unsigned getGatherScatterOpCost (unsigned Opcode, Type *DataTy, Value *Ptr, bool VariableMask, unsigned Alignment)
 
unsigned getInterleavedMemoryOpCost (unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef< unsigned > Indices, unsigned Alignment, unsigned AddressSpace)
 
unsigned getIntrinsicInstrCost (Intrinsic::ID ID, Type *RetTy, ArrayRef< Type * > Tys, FastMathFlags FMF)
 
unsigned getIntrinsicInstrCost (Intrinsic::ID ID, Type *RetTy, ArrayRef< Value * > Args, FastMathFlags FMF)
 
unsigned getCallInstrCost (Function *F, Type *RetTy, ArrayRef< Type * > Tys)
 
unsigned getNumberOfParts (Type *Tp)
 
unsigned getAddressComputationCost (Type *Tp, ScalarEvolution *, const SCEV *)
 
unsigned getReductionCost (unsigned, Type *, bool)
 
unsigned getCostOfKeepingLiveOverCall (ArrayRef< Type * > Tys)
 
bool getTgtMemIntrinsic (IntrinsicInst *Inst, MemIntrinsicInfo &Info)
 
ValuegetOrCreateResultFromMemIntrinsic (IntrinsicInst *Inst, Type *ExpectedType)
 
bool areInlineCompatible (const Function *Caller, const Function *Callee) const
 
unsigned getLoadStoreVecRegBitWidth (unsigned AddrSpace) const
 
bool isLegalToVectorizeLoad (LoadInst *LI) const
 
bool isLegalToVectorizeStore (StoreInst *SI) const
 
bool isLegalToVectorizeLoadChain (unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const
 
bool isLegalToVectorizeStoreChain (unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const
 
unsigned getLoadVectorFactor (unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const
 
unsigned getStoreVectorFactor (unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const
 

Protected Types

typedef TargetTransformInfo TTI
 

Protected Member Functions

 TargetTransformInfoImplBase (const DataLayout &DL)
 
unsigned minRequiredElementSize (const Value *Val, bool &isSigned)
 
bool isStridedAccess (const SCEV *Ptr)
 
const SCEVConstantgetConstantStrideStep (ScalarEvolution *SE, const SCEV *Ptr)
 
bool isConstantStridedAccessLessThan (ScalarEvolution *SE, const SCEV *Ptr, int64_t MergeDistance)
 

Protected Attributes

const DataLayoutDL
 

Detailed Description

Base class for use as a mix-in that aids implementing a TargetTransformInfo-compatible class.

Definition at line 32 of file TargetTransformInfoImpl.h.

Member Typedef Documentation

Definition at line 34 of file TargetTransformInfoImpl.h.

Constructor & Destructor Documentation

llvm::TargetTransformInfoImplBase::TargetTransformInfoImplBase ( const DataLayout DL)
inlineexplicitprotected

Definition at line 38 of file TargetTransformInfoImpl.h.

llvm::TargetTransformInfoImplBase::TargetTransformInfoImplBase ( const TargetTransformInfoImplBase Arg)
inline

Definition at line 42 of file TargetTransformInfoImpl.h.

llvm::TargetTransformInfoImplBase::TargetTransformInfoImplBase ( TargetTransformInfoImplBase &&  Arg)
inline

Definition at line 44 of file TargetTransformInfoImpl.h.

Member Function Documentation

bool llvm::TargetTransformInfoImplBase::allowsMisalignedMemoryAccesses ( LLVMContext Context,
unsigned  BitWidth,
unsigned  AddressSpace,
unsigned  Alignment,
bool Fast 
)
inline

Definition at line 260 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::areInlineCompatible ( const Function Caller,
const Function Callee 
) const
inline

Definition at line 393 of file TargetTransformInfoImpl.h.

References llvm::Function::getFnAttribute().

bool llvm::TargetTransformInfoImplBase::enableAggressiveInterleaving ( bool  LoopHasReductions)
inline

Definition at line 254 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::enableInterleavedAccessVectorization ( )
inline

Definition at line 256 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getAddressComputationCost ( Type Tp,
ScalarEvolution ,
const SCEV  
)
inline

Definition at line 375 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getArithmeticInstrCost ( unsigned  Opcode,
Type Ty,
TTI::OperandValueKind  Opd1Info,
TTI::OperandValueKind  Opd2Info,
TTI::OperandValueProperties  Opd1PropInfo,
TTI::OperandValueProperties  Opd2PropInfo,
ArrayRef< const Value * >  Args 
)
inline

Definition at line 305 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getCacheLineSize ( )
inline

Definition at line 295 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getCallCost ( FunctionType FTy,
int  NumArgs 
)
inline
unsigned llvm::TargetTransformInfoImplBase::getCallInstrCost ( Function F,
Type RetTy,
ArrayRef< Type * >  Tys 
)
inline

Definition at line 369 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getCastInstrCost ( unsigned  Opcode,
Type Dst,
Type Src 
)
inline

Definition at line 319 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getCFInstrCost ( unsigned  Opcode)
inline

Definition at line 326 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getCmpSelInstrCost ( unsigned  Opcode,
Type ValTy,
Type CondTy 
)
inline

Definition at line 328 of file TargetTransformInfoImpl.h.

const SCEVConstant* llvm::TargetTransformInfoImplBase::getConstantStrideStep ( ScalarEvolution SE,
const SCEV Ptr 
)
inlineprotected
unsigned llvm::TargetTransformInfoImplBase::getCostOfKeepingLiveOverCall ( ArrayRef< Type * >  Tys)
inline

Definition at line 382 of file TargetTransformInfoImpl.h.

const DataLayout& llvm::TargetTransformInfoImplBase::getDataLayout ( ) const
inline
unsigned llvm::TargetTransformInfoImplBase::getExtractWithExtendCost ( unsigned  Opcode,
Type Dst,
VectorType VecTy,
unsigned  Index 
)
inline

Definition at line 321 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getFPOpCost ( Type Ty)
inline

Definition at line 272 of file TargetTransformInfoImpl.h.

References llvm::TargetTransformInfo::TCC_Basic.

unsigned llvm::TargetTransformInfoImplBase::getGatherScatterOpCost ( unsigned  Opcode,
Type DataTy,
Value Ptr,
bool  VariableMask,
unsigned  Alignment 
)
inline
int llvm::TargetTransformInfoImplBase::getGEPCost ( Type PointeeType,
const Value Ptr,
ArrayRef< const Value * >  Operands 
)
inline
unsigned llvm::TargetTransformInfoImplBase::getInliningThresholdMultiplier ( )
inline

Definition at line 132 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getInterleavedMemoryOpCost ( unsigned  Opcode,
Type VecTy,
unsigned  Factor,
ArrayRef< unsigned Indices,
unsigned  Alignment,
unsigned  AddressSpace 
)
inline

Definition at line 352 of file TargetTransformInfoImpl.h.

int llvm::TargetTransformInfoImplBase::getIntImmCodeSizeCost ( unsigned  Opcode,
unsigned  Idx,
const APInt Imm,
Type Ty 
)
inline

Definition at line 274 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getIntImmCost ( const APInt Imm,
Type Ty 
)
inline
unsigned llvm::TargetTransformInfoImplBase::getIntImmCost ( unsigned  Opcode,
unsigned  Idx,
const APInt Imm,
Type Ty 
)
inline

Definition at line 281 of file TargetTransformInfoImpl.h.

References llvm::TargetTransformInfo::TCC_Free.

unsigned llvm::TargetTransformInfoImplBase::getIntImmCost ( Intrinsic::ID  IID,
unsigned  Idx,
const APInt Imm,
Type Ty 
)
inline

Definition at line 286 of file TargetTransformInfoImpl.h.

References llvm::TargetTransformInfo::TCC_Free.

unsigned llvm::TargetTransformInfoImplBase::getIntrinsicCost ( Intrinsic::ID  IID,
Type RetTy,
ArrayRef< Type * >  ParamTys 
)
inline
unsigned llvm::TargetTransformInfoImplBase::getIntrinsicInstrCost ( Intrinsic::ID  ID,
Type RetTy,
ArrayRef< Type * >  Tys,
FastMathFlags  FMF 
)
inline

Definition at line 360 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getIntrinsicInstrCost ( Intrinsic::ID  ID,
Type RetTy,
ArrayRef< Value * >  Args,
FastMathFlags  FMF 
)
inline

Definition at line 364 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getJumpBufAlignment ( )
inline

Definition at line 247 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getJumpBufSize ( )
inline

Definition at line 249 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getLoadStoreVecRegBitWidth ( unsigned  AddrSpace) const
inline

Definition at line 401 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getLoadVectorFactor ( unsigned  VF,
unsigned  LoadSize,
unsigned  ChainSizeInBytes,
VectorType VecTy 
) const
inline

Definition at line 419 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getMaskedMemoryOpCost ( unsigned  Opcode,
Type Src,
unsigned  Alignment,
unsigned  AddressSpace 
)
inline
unsigned llvm::TargetTransformInfoImplBase::getMaxInterleaveFactor ( unsigned  VF)
inline

Definition at line 303 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getMaxPrefetchIterationsAhead ( )
inline

Definition at line 301 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getMemoryOpCost ( unsigned  Opcode,
Type Src,
unsigned  Alignment,
unsigned  AddressSpace 
)
inline

Definition at line 336 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getMinPrefetchStride ( )
inline

Definition at line 299 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getNumberOfParts ( Type Tp)
inline

Definition at line 373 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getNumberOfRegisters ( bool  Vector)
inline

Definition at line 291 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getOperationCost ( unsigned  Opcode,
Type Ty,
Type OpTy 
)
inline
Value* llvm::TargetTransformInfoImplBase::getOrCreateResultFromMemIntrinsic ( IntrinsicInst Inst,
Type ExpectedType 
)
inline

Definition at line 388 of file TargetTransformInfoImpl.h.

TTI::PopcntSupportKind llvm::TargetTransformInfoImplBase::getPopcntSupport ( unsigned  IntTyWidthInBit)
inline
unsigned llvm::TargetTransformInfoImplBase::getPrefetchDistance ( )
inline

Definition at line 297 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getReductionCost ( unsigned  ,
Type ,
bool   
)
inline

Definition at line 380 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getRegisterBitWidth ( bool  Vector)
inline

Definition at line 293 of file TargetTransformInfoImpl.h.

int llvm::TargetTransformInfoImplBase::getScalingFactorCost ( Type Ty,
GlobalValue BaseGV,
int64_t  BaseOffset,
bool  HasBaseReg,
int64_t  Scale,
unsigned  AddrSpace 
)
inline

Definition at line 230 of file TargetTransformInfoImpl.h.

References isLegalAddressingMode().

unsigned llvm::TargetTransformInfoImplBase::getShuffleCost ( TTI::ShuffleKind  Kind,
Type Ty,
int  Index,
Type SubTp 
)
inline

Definition at line 314 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getStoreVectorFactor ( unsigned  VF,
unsigned  StoreSize,
unsigned  ChainSizeInBytes,
VectorType VecTy 
) const
inline

Definition at line 425 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::getTgtMemIntrinsic ( IntrinsicInst Inst,
MemIntrinsicInfo Info 
)
inline

Definition at line 384 of file TargetTransformInfoImpl.h.

void llvm::TargetTransformInfoImplBase::getUnrollingPreferences ( Loop ,
TTI::UnrollingPreferences  
)
inline

Definition at line 208 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::getVectorInstrCost ( unsigned  Opcode,
Type Val,
unsigned  Index 
)
inline

Definition at line 332 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::hasBranchDivergence ( )
inline

Definition at line 170 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::haveFastSqrt ( Type Ty)
inline

Definition at line 270 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isConstantStridedAccessLessThan ( ScalarEvolution SE,
const SCEV Ptr,
int64_t  MergeDistance 
)
inlineprotected
bool llvm::TargetTransformInfoImplBase::isFoldableMemAccessOffset ( Instruction I,
int64_t  Offset 
)
inline

Definition at line 239 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isFPVectorizationPotentiallyUnsafe ( )
inline

Definition at line 258 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalAddImmediate ( int64_t  Imm)
inline

Definition at line 210 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalAddressingMode ( Type Ty,
GlobalValue BaseGV,
int64_t  BaseOffset,
bool  HasBaseReg,
int64_t  Scale,
unsigned  AddrSpace 
)
inline

Definition at line 214 of file TargetTransformInfoImpl.h.

Referenced by getScalingFactorCost().

bool llvm::TargetTransformInfoImplBase::isLegalICmpImmediate ( int64_t  Imm)
inline

Definition at line 212 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalMaskedGather ( Type DataType)
inline

Definition at line 228 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalMaskedLoad ( Type DataType)
inline

Definition at line 224 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalMaskedScatter ( Type DataType)
inline

Definition at line 226 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalMaskedStore ( Type DataType)
inline

Definition at line 222 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalToVectorizeLoad ( LoadInst LI) const
inline

Definition at line 403 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalToVectorizeLoadChain ( unsigned  ChainSizeInBytes,
unsigned  Alignment,
unsigned  AddrSpace 
) const
inline

Definition at line 407 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalToVectorizeStore ( StoreInst SI) const
inline

Definition at line 405 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLegalToVectorizeStoreChain ( unsigned  ChainSizeInBytes,
unsigned  Alignment,
unsigned  AddrSpace 
) const
inline

Definition at line 413 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isLoweredToCall ( const Function F)
inline
bool llvm::TargetTransformInfoImplBase::isProfitableToHoist ( Instruction I)
inline

Definition at line 243 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isSourceOfDivergence ( const Value V)
inline

Definition at line 172 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isStridedAccess ( const SCEV Ptr)
inlineprotected

Definition at line 488 of file TargetTransformInfoImpl.h.

References Ptr.

Referenced by llvm::X86TTIImpl::getAddressComputationCost(), and getConstantStrideStep().

bool llvm::TargetTransformInfoImplBase::isTruncateFree ( Type Ty1,
Type Ty2 
)
inline

Definition at line 241 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::isTypeLegal ( Type Ty)
inline

Definition at line 245 of file TargetTransformInfoImpl.h.

unsigned llvm::TargetTransformInfoImplBase::minRequiredElementSize ( const Value Val,
bool isSigned 
)
inlineprotected
bool llvm::TargetTransformInfoImplBase::shouldBuildLookupTables ( )
inline

Definition at line 251 of file TargetTransformInfoImpl.h.

bool llvm::TargetTransformInfoImplBase::shouldBuildLookupTablesForConstant ( Constant C)
inline

Definition at line 252 of file TargetTransformInfoImpl.h.

Member Data Documentation

const DataLayout& llvm::TargetTransformInfoImplBase::DL
protected

Definition at line 36 of file TargetTransformInfoImpl.h.

Referenced by llvm::NVPTXTTIImpl::getArithmeticInstrCost(), llvm::X86TTIImpl::getArithmeticInstrCost(), llvm::AMDGPUTTIImpl::getArithmeticInstrCost(), llvm::AArch64TTIImpl::getArithmeticInstrCost(), llvm::ARMTTIImpl::getArithmeticInstrCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getArithmeticInstrCost(), llvm::X86TTIImpl::getCastInstrCost(), llvm::AArch64TTIImpl::getCastInstrCost(), llvm::ARMTTIImpl::getCastInstrCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getCastInstrCost(), llvm::X86TTIImpl::getCmpSelInstrCost(), llvm::ARMTTIImpl::getCmpSelInstrCost(), llvm::AArch64TTIImpl::getCmpSelInstrCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getCmpSelInstrCost(), getDataLayout(), llvm::AArch64TTIImpl::getExtractWithExtendCost(), llvm::TargetTransformInfoImplCRTPBase< AMDGPUTTIImpl >::getGEPCost(), llvm::PPCTTIImpl::getInterleavedMemoryOpCost(), llvm::ARMTTIImpl::getInterleavedMemoryOpCost(), llvm::AArch64TTIImpl::getInterleavedMemoryOpCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getInterleavedMemoryOpCost(), llvm::X86TTIImpl::getInterleavedMemoryOpCostAVX512(), llvm::X86TTIImpl::getIntrinsicInstrCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getIntrinsicInstrCost(), llvm::X86TTIImpl::getMaskedMemoryOpCost(), llvm::X86TTIImpl::getMemoryOpCost(), llvm::PPCTTIImpl::getMemoryOpCost(), llvm::AArch64TTIImpl::getMemoryOpCost(), llvm::ARMTTIImpl::getMemoryOpCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getMemoryOpCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getNumberOfParts(), getOperationCost(), llvm::X86TTIImpl::getReductionCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getReductionCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getScalingFactorCost(), llvm::X86TTIImpl::getShuffleCost(), llvm::PPCTTIImpl::getShuffleCost(), llvm::ARMTTIImpl::getShuffleCost(), llvm::AMDGPUTTIImpl::getUnrollingPreferences(), llvm::X86TTIImpl::getVectorInstrCost(), llvm::AArch64TTIImpl::getVectorInstrCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::getVectorInstrCost(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::haveFastSqrt(), llvm::BasicTTIImplBase< AMDGPUTTIImpl >::isLegalAddressingMode(), llvm::X86TTIImpl::isLegalMaskedGather(), llvm::X86TTIImpl::isLegalMaskedLoad(), and llvm::BasicTTIImplBase< AMDGPUTTIImpl >::isTypeLegal().


The documentation for this class was generated from the following file: