LLVM  8.0.1
llvm::TargetTransformInfo Member List

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

allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, unsigned AddressSpace=0, unsigned Alignment=1, bool *Fast=nullptr) constllvm::TargetTransformInfo
areFunctionArgsABICompatible(const Function *Caller, const Function *Callee, SmallPtrSetImpl< Argument *> &Args) constllvm::TargetTransformInfo
areInlineCompatible(const Function *Caller, const Function *Callee) constllvm::TargetTransformInfo
CacheLevel enum namellvm::TargetTransformInfo
canMacroFuseCmp() constllvm::TargetTransformInfo
enableAggressiveInterleaving(bool LoopHasReductions) constllvm::TargetTransformInfo
enableInterleavedAccessVectorization() constllvm::TargetTransformInfo
enableMaskedInterleavedAccessVectorization() constllvm::TargetTransformInfo
enableMemCmpExpansion(bool IsZeroCmp) constllvm::TargetTransformInfo
getAddressComputationCost(Type *Ty, ScalarEvolution *SE=nullptr, const SCEV *Ptr=nullptr) constllvm::TargetTransformInfo
getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info=OK_AnyValue, OperandValueKind Opd2Info=OK_AnyValue, OperandValueProperties Opd1PropInfo=OP_None, OperandValueProperties Opd2PropInfo=OP_None, ArrayRef< const Value *> Args=ArrayRef< const Value *>()) constllvm::TargetTransformInfo
getArithmeticReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) constllvm::TargetTransformInfo
getAtomicMemIntrinsicMaxElementSize() constllvm::TargetTransformInfo
getCacheAssociativity(CacheLevel Level) constllvm::TargetTransformInfo
getCacheLineSize() constllvm::TargetTransformInfo
getCacheSize(CacheLevel Level) constllvm::TargetTransformInfo
getCallCost(FunctionType *FTy, int NumArgs=-1) constllvm::TargetTransformInfo
getCallCost(const Function *F, int NumArgs=-1) constllvm::TargetTransformInfo
getCallCost(const Function *F, ArrayRef< const Value *> Arguments) constllvm::TargetTransformInfo
getCallInstrCost(Function *F, Type *RetTy, ArrayRef< Type *> Tys) constllvm::TargetTransformInfo
getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, const Instruction *I=nullptr) constllvm::TargetTransformInfo
getCFInstrCost(unsigned Opcode) constllvm::TargetTransformInfo
getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy=nullptr, const Instruction *I=nullptr) constllvm::TargetTransformInfo
getCostOfKeepingLiveOverCall(ArrayRef< Type *> Tys) constllvm::TargetTransformInfo
getEstimatedNumberOfCaseClusters(const SwitchInst &SI, unsigned &JTSize) constllvm::TargetTransformInfo
getExtCost(const Instruction *I, const Value *Src) constllvm::TargetTransformInfo
getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, unsigned Index=-1) constllvm::TargetTransformInfo
getFlatAddressSpace() constllvm::TargetTransformInfo
getFPOpCost(Type *Ty) constllvm::TargetTransformInfo
getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, bool VariableMask, unsigned Alignment) constllvm::TargetTransformInfo
getGEPCost(Type *PointeeType, const Value *Ptr, ArrayRef< const Value *> Operands) constllvm::TargetTransformInfo
getInliningThresholdMultiplier() constllvm::TargetTransformInfo
getInstructionCost(const Instruction *I, enum TargetCostKind kind) constllvm::TargetTransformInfoinline
getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef< unsigned > Indices, unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond=false, bool UseMaskForGaps=false) constllvm::TargetTransformInfo
getIntImmCodeSizeCost(unsigned Opc, unsigned Idx, const APInt &Imm, Type *Ty) constllvm::TargetTransformInfo
getIntImmCost(const APInt &Imm, Type *Ty) constllvm::TargetTransformInfo
getIntImmCost(unsigned Opc, unsigned Idx, const APInt &Imm, Type *Ty) constllvm::TargetTransformInfo
getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, Type *Ty) constllvm::TargetTransformInfo
getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, ArrayRef< Type *> ParamTys) constllvm::TargetTransformInfo
getIntrinsicCost(Intrinsic::ID IID, Type *RetTy, ArrayRef< const Value *> Arguments) constllvm::TargetTransformInfo
getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, ArrayRef< Value *> Args, FastMathFlags FMF, unsigned VF=1) constllvm::TargetTransformInfo
getIntrinsicInstrCost(Intrinsic::ID ID, Type *RetTy, ArrayRef< Type *> Tys, FastMathFlags FMF, unsigned ScalarizationCostPassed=UINT_MAX) constllvm::TargetTransformInfo
getJumpBufAlignment() constllvm::TargetTransformInfo
getJumpBufSize() constllvm::TargetTransformInfo
getLoadStoreVecRegBitWidth(unsigned AddrSpace) constllvm::TargetTransformInfo
getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) constllvm::TargetTransformInfo
getMaskedMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace) constllvm::TargetTransformInfo
getMaxInterleaveFactor(unsigned VF) constllvm::TargetTransformInfo
getMaxPrefetchIterationsAhead() constllvm::TargetTransformInfo
getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length, unsigned SrcAlign, unsigned DestAlign) constllvm::TargetTransformInfo
getMemcpyLoopResidualLoweringType(SmallVectorImpl< Type *> &OpsOut, LLVMContext &Context, unsigned RemainingBytes, unsigned SrcAlign, unsigned DestAlign) constllvm::TargetTransformInfo
getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, unsigned AddressSpace, const Instruction *I=nullptr) constllvm::TargetTransformInfo
getMinimumVF(unsigned ElemWidth) constllvm::TargetTransformInfo
getMinMaxReductionCost(Type *Ty, Type *CondTy, bool IsPairwiseForm, bool IsUnsigned) constllvm::TargetTransformInfo
getMinPrefetchStride() constllvm::TargetTransformInfo
getMinVectorRegisterBitWidth() constllvm::TargetTransformInfo
getNumberOfParts(Type *Tp) constllvm::TargetTransformInfo
getNumberOfRegisters(bool Vector) constllvm::TargetTransformInfo
getOperandInfo(Value *V, OperandValueProperties &OpProps)llvm::TargetTransformInfostatic
getOperandsScalarizationOverhead(ArrayRef< const Value *> Args, unsigned VF) constllvm::TargetTransformInfo
getOperationCost(unsigned Opcode, Type *Ty, Type *OpTy=nullptr) constllvm::TargetTransformInfo
getOrCreateResultFromMemIntrinsic(IntrinsicInst *Inst, Type *ExpectedType) constllvm::TargetTransformInfo
getPopcntSupport(unsigned IntTyWidthInBit) constllvm::TargetTransformInfo
getPrefetchDistance() constllvm::TargetTransformInfo
getRegisterBitWidth(bool Vector) constllvm::TargetTransformInfo
getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) constllvm::TargetTransformInfo
getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace=0) constllvm::TargetTransformInfo
getShuffleCost(ShuffleKind Kind, Type *Tp, int Index=0, Type *SubTp=nullptr) constllvm::TargetTransformInfo
getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) constllvm::TargetTransformInfo
getTgtMemIntrinsic(IntrinsicInst *Inst, MemIntrinsicInfo &Info) constllvm::TargetTransformInfo
getUnrollingPreferences(Loop *L, ScalarEvolution &, UnrollingPreferences &UP) constllvm::TargetTransformInfo
getUserCost(const User *U, ArrayRef< const Value *> Operands) constllvm::TargetTransformInfo
getUserCost(const User *U) constllvm::TargetTransformInfoinline
getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index=-1) constllvm::TargetTransformInfo
hasBranchDivergence() constllvm::TargetTransformInfo
hasDivRemOp(Type *DataType, bool IsSigned) constllvm::TargetTransformInfo
hasVolatileVariant(Instruction *I, unsigned AddrSpace) constllvm::TargetTransformInfo
haveFastSqrt(Type *Ty) constllvm::TargetTransformInfo
invalidate(Function &, const PreservedAnalyses &, FunctionAnalysisManager::Invalidator &)llvm::TargetTransformInfoinline
isAlwaysUniform(const Value *V) constllvm::TargetTransformInfo
isFCmpOrdCheaperThanFCmpZero(Type *Ty) constllvm::TargetTransformInfo
isFPVectorizationPotentiallyUnsafe() constllvm::TargetTransformInfo
isIndexedLoadLegal(enum MemIndexedMode Mode, Type *Ty) constllvm::TargetTransformInfo
isIndexedStoreLegal(enum MemIndexedMode Mode, Type *Ty) constllvm::TargetTransformInfo
isLegalAddImmediate(int64_t Imm) constllvm::TargetTransformInfo
isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace=0, Instruction *I=nullptr) constllvm::TargetTransformInfo
isLegalICmpImmediate(int64_t Imm) constllvm::TargetTransformInfo
isLegalMaskedGather(Type *DataType) constllvm::TargetTransformInfo
isLegalMaskedLoad(Type *DataType) constllvm::TargetTransformInfo
isLegalMaskedScatter(Type *DataType) constllvm::TargetTransformInfo
isLegalMaskedStore(Type *DataType) constllvm::TargetTransformInfo
isLegalToVectorizeLoad(LoadInst *LI) constllvm::TargetTransformInfo
isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) constllvm::TargetTransformInfo
isLegalToVectorizeStore(StoreInst *SI) constllvm::TargetTransformInfo
isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, unsigned Alignment, unsigned AddrSpace) constllvm::TargetTransformInfo
isLoweredToCall(const Function *F) constllvm::TargetTransformInfo
isLSRCostLess(TargetTransformInfo::LSRCost &C1, TargetTransformInfo::LSRCost &C2) constllvm::TargetTransformInfo
isProfitableToHoist(Instruction *I) constllvm::TargetTransformInfo
isSourceOfDivergence(const Value *V) constllvm::TargetTransformInfo
isTruncateFree(Type *Ty1, Type *Ty2) constllvm::TargetTransformInfo
isTypeLegal(Type *Ty) constllvm::TargetTransformInfo
LSRWithInstrQueries() constllvm::TargetTransformInfo
MemIndexedMode enum namellvm::TargetTransformInfo
MIM_PostDec enum valuellvm::TargetTransformInfo
MIM_PostInc enum valuellvm::TargetTransformInfo
MIM_PreDec enum valuellvm::TargetTransformInfo
MIM_PreInc enum valuellvm::TargetTransformInfo
MIM_Unindexed enum valuellvm::TargetTransformInfo
OK_AnyValue enum valuellvm::TargetTransformInfo
OK_NonUniformConstantValue enum valuellvm::TargetTransformInfo
OK_UniformConstantValue enum valuellvm::TargetTransformInfo
OK_UniformValue enum valuellvm::TargetTransformInfo
OP_None enum valuellvm::TargetTransformInfo
OP_PowerOf2 enum valuellvm::TargetTransformInfo
OperandValueKind enum namellvm::TargetTransformInfo
OperandValueProperties enum namellvm::TargetTransformInfo
operator=(TargetTransformInfo &&RHS)llvm::TargetTransformInfo
PopcntSupportKind enum namellvm::TargetTransformInfo
prefersVectorizedAddressing() constllvm::TargetTransformInfo
PSK_FastHardware enum valuellvm::TargetTransformInfo
PSK_SlowHardware enum valuellvm::TargetTransformInfo
PSK_Software enum valuellvm::TargetTransformInfo
shouldBuildLookupTables() constllvm::TargetTransformInfo
shouldBuildLookupTablesForConstant(Constant *C) constllvm::TargetTransformInfo
shouldConsiderAddressTypePromotion(const Instruction &I, bool &AllowPromotionWithoutCommonHeader) constllvm::TargetTransformInfo
shouldExpandReduction(const IntrinsicInst *II) constllvm::TargetTransformInfo
shouldFavorPostInc() constllvm::TargetTransformInfo
shouldMaximizeVectorBandwidth(bool OptSize) constllvm::TargetTransformInfo
ShuffleKind enum namellvm::TargetTransformInfo
SK_Broadcast enum valuellvm::TargetTransformInfo
SK_ExtractSubvector enum valuellvm::TargetTransformInfo
SK_InsertSubvector enum valuellvm::TargetTransformInfo
SK_PermuteSingleSrc enum valuellvm::TargetTransformInfo
SK_PermuteTwoSrc enum valuellvm::TargetTransformInfo
SK_Reverse enum valuellvm::TargetTransformInfo
SK_Select enum valuellvm::TargetTransformInfo
SK_Transpose enum valuellvm::TargetTransformInfo
supportsEfficientVectorElementLoadStore() constllvm::TargetTransformInfo
TargetCostConstants enum namellvm::TargetTransformInfo
TargetCostKind enum namellvm::TargetTransformInfo
TargetTransformInfo(T Impl)llvm::TargetTransformInfo
TargetTransformInfo(const DataLayout &DL)llvm::TargetTransformInfoexplicit
TargetTransformInfo(TargetTransformInfo &&Arg)llvm::TargetTransformInfo
TCC_Basic enum valuellvm::TargetTransformInfo
TCC_Expensive enum valuellvm::TargetTransformInfo
TCC_Free enum valuellvm::TargetTransformInfo
TCK_CodeSize enum valuellvm::TargetTransformInfo
TCK_Latency enum valuellvm::TargetTransformInfo
TCK_RecipThroughput enum valuellvm::TargetTransformInfo
useAA() constllvm::TargetTransformInfo
useColdCCForColdCall(Function &F) constllvm::TargetTransformInfo
useReductionIntrinsic(unsigned Opcode, Type *Ty, ReductionFlags Flags) constllvm::TargetTransformInfo
~TargetTransformInfo()llvm::TargetTransformInfo