LLVM  4.0.0
llvm::X86TTIImpl Member List

This is the complete list of members for llvm::X86TTIImpl, including all inherited members.

allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, unsigned AddressSpace, unsigned Alignment, bool *Fast) constllvm::BasicTTIImplBase< X86TTIImpl >inline
TargetTransformInfoImplCRTPBase< X86TTIImpl >::allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, unsigned AddressSpace, unsigned Alignment, bool *Fast)llvm::TargetTransformInfoImplBaseinline
areInlineCompatible(const Function *Caller, const Function *Callee) const llvm::X86TTIImpl
BasicTTIImplBase(const TargetMachine *TM, const DataLayout &DL)llvm::BasicTTIImplBase< X86TTIImpl >inlineexplicitprotected
DLllvm::TargetTransformInfoImplBaseprotected
enableAggressiveInterleaving(bool LoopHasReductions)llvm::TargetTransformInfoImplBaseinline
enableInterleavedAccessVectorization()llvm::X86TTIImpl
getAddressComputationCost(Type *PtrTy, ScalarEvolution *SE, const SCEV *Ptr)llvm::X86TTIImpl
getArithmeticInstrCost(unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info=TTI::OK_AnyValue, TTI::OperandValueKind Opd2Info=TTI::OK_AnyValue, TTI::OperandValueProperties Opd1PropInfo=TTI::OP_None, TTI::OperandValueProperties Opd2PropInfo=TTI::OP_None, ArrayRef< const Value * > Args=ArrayRef< const Value * >())llvm::X86TTIImpl
getCacheLineSize()llvm::TargetTransformInfoImplBaseinline
getCallCost(const Function *F, int NumArgs)llvm::TargetTransformInfoImplCRTPBase< X86TTIImpl >inline
getCallCost(const Function *F, ArrayRef< const Value * > Arguments)llvm::TargetTransformInfoImplCRTPBase< X86TTIImpl >inline
llvm::TargetTransformInfoImplBase::getCallCost(FunctionType *FTy, int NumArgs)llvm::TargetTransformInfoImplBaseinline
getCallInstrCost(Function *F, Type *RetTy, ArrayRef< Type * > Tys)llvm::BasicTTIImplBase< X86TTIImpl >inline
getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src)llvm::X86TTIImpl
getCFInstrCost(unsigned Opcode)llvm::BasicTTIImplBase< X86TTIImpl >inline
getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy)llvm::X86TTIImpl
getConstantStrideStep(ScalarEvolution *SE, const SCEV *Ptr)llvm::TargetTransformInfoImplBaseinlineprotected
getCostOfKeepingLiveOverCall(ArrayRef< Type * > Tys)llvm::TargetTransformInfoImplBaseinline
getDataLayout() const llvm::TargetTransformInfoImplBaseinline
getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, unsigned Index)llvm::BasicTTIImplBase< X86TTIImpl >inline
getFPOpCost(Type *Ty)llvm::BasicTTIImplBase< X86TTIImpl >inline
getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, bool VariableMask, unsigned Alignment)llvm::X86TTIImpl
getGEPCost(Type *PointeeType, const Value *Ptr, ArrayRef< const Value * > Operands)llvm::BasicTTIImplBase< X86TTIImpl >inline
getInliningThresholdMultiplier()llvm::BasicTTIImplBase< X86TTIImpl >inline
getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef< unsigned > Indices, unsigned Alignment, unsigned AddressSpace)llvm::X86TTIImpl
getInterleavedMemoryOpCostAVX512(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef< unsigned > Indices, unsigned Alignment, unsigned AddressSpace)llvm::X86TTIImpl
getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty)llvm::TargetTransformInfoImplBaseinline
getIntImmCost(int64_t)llvm::X86TTIImpl
getIntImmCost(const APInt &Imm, Type *Ty)llvm::X86TTIImpl
getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty)llvm::X86TTIImpl
getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, Type *Ty)llvm::X86TTIImpl
getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, ArrayRef< const Value * > Arguments)llvm::BasicTTIImplBase< X86TTIImpl >inline
getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, ArrayRef< Type * > ParamTys)llvm::BasicTTIImplBase< X86TTIImpl >inline
getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, ArrayRef< Type * > Tys, FastMathFlags FMF)llvm::X86TTIImpl
getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy, ArrayRef< Value * > Args, FastMathFlags FMF)llvm::X86TTIImpl
getJumpBufAlignment()llvm::BasicTTIImplBase< X86TTIImpl >inline
getJumpBufSize()llvm::BasicTTIImplBase< X86TTIImpl >inline
getLoadStoreVecRegBitWidth(unsigned AddrSpace) const llvm::TargetTransformInfoImplBaseinline
getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) const llvm::TargetTransformInfoImplBaseinline
getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace)llvm::X86TTIImpl
getMaxInterleaveFactor(unsigned VF)llvm::X86TTIImpl
getMaxPrefetchIterationsAhead()llvm::TargetTransformInfoImplBaseinline
getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace)llvm::X86TTIImpl
getMinPrefetchStride()llvm::TargetTransformInfoImplBaseinline
getNumberOfParts(Type *Tp)llvm::BasicTTIImplBase< X86TTIImpl >inline
getNumberOfRegisters(bool Vector)llvm::X86TTIImpl
getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy)llvm::BasicTTIImplBase< X86TTIImpl >inline
getOrCreateResultFromMemIntrinsic(IntrinsicInst *Inst, Type *ExpectedType)llvm::TargetTransformInfoImplBaseinline
getPopcntSupport(unsigned TyWidth)llvm::X86TTIImpl
getPrefetchDistance()llvm::TargetTransformInfoImplBaseinline
getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm)llvm::X86TTIImpl
getRegisterBitWidth(bool Vector)llvm::X86TTIImpl
getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace)llvm::BasicTTIImplBase< X86TTIImpl >inline
getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp)llvm::X86TTIImpl
getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) const llvm::TargetTransformInfoImplBaseinline
getTgtMemIntrinsic(IntrinsicInst *Inst, MemIntrinsicInfo &Info)llvm::TargetTransformInfoImplBaseinline
getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP)llvm::BasicTTIImplBase< X86TTIImpl >inline
getUserCost(const User *U)llvm::TargetTransformInfoImplCRTPBase< X86TTIImpl >inline
getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index)llvm::X86TTIImpl
getVectorSplitCost()llvm::BasicTTIImplBase< X86TTIImpl >inline
hasBranchDivergence()llvm::BasicTTIImplBase< X86TTIImpl >inline
haveFastSqrt(Type *Ty)llvm::BasicTTIImplBase< X86TTIImpl >inline
isConstantStridedAccessLessThan(ScalarEvolution *SE, const SCEV *Ptr, int64_t MergeDistance)llvm::TargetTransformInfoImplBaseinlineprotected
isFoldableMemAccessOffset(Instruction *I, int64_t Offset)llvm::BasicTTIImplBase< X86TTIImpl >inline
isFPVectorizationPotentiallyUnsafe()llvm::TargetTransformInfoImplBaseinline
isLegalAddImmediate(int64_t imm)llvm::BasicTTIImplBase< X86TTIImpl >inline
isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace)llvm::BasicTTIImplBase< X86TTIImpl >inline
isLegalICmpImmediate(int64_t imm)llvm::BasicTTIImplBase< X86TTIImpl >inline
isLegalMaskedGather(Type *DataType)llvm::X86TTIImpl
isLegalMaskedLoad(Type *DataType)llvm::X86TTIImpl
isLegalMaskedScatter(Type *DataType)llvm::X86TTIImpl
isLegalMaskedStore(Type *DataType)llvm::X86TTIImpl
isLegalToVectorizeLoad(LoadInst *LI) const llvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const llvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeStore(StoreInst *SI) const llvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) const llvm::TargetTransformInfoImplBaseinline
isLoweredToCall(const Function *F)llvm::TargetTransformInfoImplBaseinline
isProfitableToHoist(Instruction *I)llvm::BasicTTIImplBase< X86TTIImpl >inline
isSourceOfDivergence(const Value *V)llvm::BasicTTIImplBase< X86TTIImpl >inline
isStridedAccess(const SCEV *Ptr)llvm::TargetTransformInfoImplBaseinlineprotected
isTruncateFree(Type *Ty1, Type *Ty2)llvm::BasicTTIImplBase< X86TTIImpl >inline
isTypeLegal(Type *Ty)llvm::BasicTTIImplBase< X86TTIImpl >inline
minRequiredElementSize(const Value *Val, bool &isSigned)llvm::TargetTransformInfoImplBaseinlineprotected
shouldBuildLookupTables()llvm::BasicTTIImplBase< X86TTIImpl >inline
shouldBuildLookupTablesForConstant(Constant *C)llvm::TargetTransformInfoImplBaseinline
TargetTransformInfoImplBase(const DataLayout &DL)llvm::TargetTransformInfoImplBaseinlineexplicitprotected
TargetTransformInfoImplBase(const TargetTransformInfoImplBase &Arg)llvm::TargetTransformInfoImplBaseinline
TargetTransformInfoImplBase(TargetTransformInfoImplBase &&Arg)llvm::TargetTransformInfoImplBaseinline
TargetTransformInfoImplCRTPBase(const DataLayout &DL)llvm::TargetTransformInfoImplCRTPBase< X86TTIImpl >inlineexplicitprotected
X86TTIImpl(const X86TargetMachine *TM, const Function &F)llvm::X86TTIImplinlineexplicit