LLVM 19.0.0git
llvm::TargetTransformInfoImplCRTPBase< T > Member List

This is the complete list of members for llvm::TargetTransformInfoImplCRTPBase< T >, including all inherited members.

addrspacesMayAlias(unsigned AS0, unsigned AS1) constllvm::TargetTransformInfoImplBaseinline
adjustInliningThreshold(const CallBase *CB) constllvm::TargetTransformInfoImplBaseinline
allowsMisalignedMemoryAccesses(LLVMContext &Context, unsigned BitWidth, unsigned AddressSpace, Align Alignment, unsigned *Fast) constllvm::TargetTransformInfoImplBaseinline
areInlineCompatible(const Function *Caller, const Function *Callee) constllvm::TargetTransformInfoImplBaseinline
areTypesABICompatible(const Function *Caller, const Function *Callee, const ArrayRef< Type * > &Types) constllvm::TargetTransformInfoImplBaseinline
canHaveNonUndefGlobalInitializerInAddressSpace(unsigned AS) constllvm::TargetTransformInfoImplBaseinline
canMacroFuseCmp() constllvm::TargetTransformInfoImplBaseinline
canSaveCmp(Loop *L, BranchInst **BI, ScalarEvolution *SE, LoopInfo *LI, DominatorTree *DT, AssumptionCache *AC, TargetLibraryInfo *LibInfo) constllvm::TargetTransformInfoImplBaseinline
collectFlatAddressOperands(SmallVectorImpl< int > &OpIndexes, Intrinsic::ID IID) constllvm::TargetTransformInfoImplBaseinline
DLllvm::TargetTransformInfoImplBaseprotected
enableAggressiveInterleaving(bool LoopHasReductions) constllvm::TargetTransformInfoImplBaseinline
enableInterleavedAccessVectorization() constllvm::TargetTransformInfoImplBaseinline
enableMaskedInterleavedAccessVectorization() constllvm::TargetTransformInfoImplBaseinline
enableMemCmpExpansion(bool OptSize, bool IsZeroCmp) constllvm::TargetTransformInfoImplBaseinline
enableOrderedReductions() constllvm::TargetTransformInfoImplBaseinline
enableScalableVectorization() constllvm::TargetTransformInfoImplBaseinline
enableSelectOptimize() constllvm::TargetTransformInfoImplBaseinline
enableWritePrefetching() constllvm::TargetTransformInfoImplBaseinline
forceScalarizeMaskedGather(VectorType *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
forceScalarizeMaskedScatter(VectorType *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
getAddressComputationCost(Type *Tp, ScalarEvolution *, const SCEV *) constllvm::TargetTransformInfoImplBaseinline
getAltInstrCost(VectorType *VecTy, unsigned Opcode0, unsigned Opcode1, const SmallBitVector &OpcodeMask, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getArithmeticInstrCost(unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind, TTI::OperandValueInfo Opd1Info, TTI::OperandValueInfo Opd2Info, ArrayRef< const Value * > Args, const Instruction *CxtI=nullptr) constllvm::TargetTransformInfoImplBaseinline
getArithmeticReductionCost(unsigned, VectorType *, std::optional< FastMathFlags > FMF, TTI::TargetCostKind) constllvm::TargetTransformInfoImplBaseinline
getAssumedAddrSpace(const Value *V) constllvm::TargetTransformInfoImplBaseinline
getAtomicMemIntrinsicMaxElementSize() constllvm::TargetTransformInfoImplBaseinline
getCacheAssociativity(TargetTransformInfo::CacheLevel Level) constllvm::TargetTransformInfoImplBaseinline
getCacheLineSize() constllvm::TargetTransformInfoImplBaseinline
getCacheSize(TargetTransformInfo::CacheLevel Level) constllvm::TargetTransformInfoImplBaseinline
getCallerAllocaCost(const CallBase *CB, const AllocaInst *AI) constllvm::TargetTransformInfoImplBaseinline
getCallInstrCost(Function *F, Type *RetTy, ArrayRef< Type * > Tys, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src, TTI::CastContextHint CCH, TTI::TargetCostKind CostKind, const Instruction *I) constllvm::TargetTransformInfoImplBaseinline
getCFInstrCost(unsigned Opcode, TTI::TargetCostKind CostKind, const Instruction *I=nullptr) constllvm::TargetTransformInfoImplBaseinline
getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, CmpInst::Predicate VecPred, TTI::TargetCostKind CostKind, const Instruction *I) constllvm::TargetTransformInfoImplBaseinline
getConstantStrideStep(ScalarEvolution *SE, const SCEV *Ptr) constllvm::TargetTransformInfoImplBaseinlineprotected
getCostOfKeepingLiveOverCall(ArrayRef< Type * > Tys) constllvm::TargetTransformInfoImplBaseinline
getDataLayout() constllvm::TargetTransformInfoImplBaseinline
getEstimatedNumberOfCaseClusters(const SwitchInst &SI, unsigned &JTSize, ProfileSummaryInfo *PSI, BlockFrequencyInfo *BFI) constllvm::TargetTransformInfoImplBaseinline
getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *Ty, FastMathFlags FMF, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy, unsigned Index) constllvm::TargetTransformInfoImplBaseinline
getFlatAddressSpace() constllvm::TargetTransformInfoImplBaseinline
getFPOpCost(Type *Ty) constllvm::TargetTransformInfoImplBaseinline
getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I=nullptr) constllvm::TargetTransformInfoImplBaseinline
getGEPCost(Type *PointeeType, const Value *Ptr, ArrayRef< const Value * > Operands, Type *AccessType, TTI::TargetCostKind CostKind)llvm::TargetTransformInfoImplCRTPBase< T >inline
getGEPCost(Type *PointeeType, const Value *Ptr, ArrayRef< const Value * > Operands, Type *AccessType, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplCRTPBase< T >inline
getGISelRematGlobalCost() constllvm::TargetTransformInfoImplBaseinline
getInlineCallPenalty(const Function *F, const CallBase &Call, unsigned DefaultCallPenalty) constllvm::TargetTransformInfoImplBaseinline
getInlinerVectorBonusPercent() constllvm::TargetTransformInfoImplBaseinline
getInliningCostBenefitAnalysisProfitableMultiplier() constllvm::TargetTransformInfoImplBaseinline
getInliningCostBenefitAnalysisSavingsMultiplier() constllvm::TargetTransformInfoImplBaseinline
getInliningThresholdMultiplier() constllvm::TargetTransformInfoImplBaseinline
getInstructionCost(const User *U, ArrayRef< const Value * > Operands, TTI::TargetCostKind CostKind)llvm::TargetTransformInfoImplCRTPBase< T >inline
getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef< unsigned > Indices, Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, bool UseMaskForCond, bool UseMaskForGaps) constllvm::TargetTransformInfoImplBaseinline
getIntImmCodeSizeCost(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty) constllvm::TargetTransformInfoImplBaseinline
getIntImmCost(const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getIntImmCostInst(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind, Instruction *Inst=nullptr) constllvm::TargetTransformInfoImplBaseinline
getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, const APInt &Imm, Type *Ty, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getLoadStoreVecRegBitWidth(unsigned AddrSpace) constllvm::TargetTransformInfoImplBaseinline
getLoadVectorFactor(unsigned VF, unsigned LoadSize, unsigned ChainSizeInBytes, VectorType *VecTy) constllvm::TargetTransformInfoImplBaseinline
getMaskedMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getMaximumVF(unsigned ElemWidth, unsigned Opcode) constllvm::TargetTransformInfoImplBaseinline
getMaxInterleaveFactor(ElementCount VF) constllvm::TargetTransformInfoImplBaseinline
getMaxMemIntrinsicInlineSizeThreshold() constllvm::TargetTransformInfoImplBaseinline
getMaxNumArgs() constllvm::TargetTransformInfoImplBaseinline
getMaxPrefetchIterationsAhead() constllvm::TargetTransformInfoImplBaseinline
getMaxVScale() constllvm::TargetTransformInfoImplBaseinline
getMemcpyCost(const Instruction *I) constllvm::TargetTransformInfoImplBaseinline
getMemcpyLoopLoweringType(LLVMContext &Context, Value *Length, unsigned SrcAddrSpace, unsigned DestAddrSpace, unsigned SrcAlign, unsigned DestAlign, std::optional< uint32_t > AtomicElementSize) constllvm::TargetTransformInfoImplBaseinline
getMemcpyLoopResidualLoweringType(SmallVectorImpl< Type * > &OpsOut, LLVMContext &Context, unsigned RemainingBytes, unsigned SrcAddrSpace, unsigned DestAddrSpace, unsigned SrcAlign, unsigned DestAlign, std::optional< uint32_t > AtomicCpySize) constllvm::TargetTransformInfoImplBaseinline
getMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, TTI::OperandValueInfo OpInfo, const Instruction *I) constllvm::TargetTransformInfoImplBaseinline
getMinimumVF(unsigned ElemWidth, bool IsScalable) constllvm::TargetTransformInfoImplBaseinline
getMinMaxReductionCost(Intrinsic::ID IID, VectorType *, FastMathFlags, TTI::TargetCostKind) constllvm::TargetTransformInfoImplBaseinline
getMinPageSize() constllvm::TargetTransformInfoImplBaseinline
getMinPrefetchStride(unsigned NumMemAccesses, unsigned NumStridedMemAccesses, unsigned NumPrefetches, bool HasCall) constllvm::TargetTransformInfoImplBaseinline
getMinTripCountTailFoldingThreshold() constllvm::TargetTransformInfoImplBaseinline
getMinVectorRegisterBitWidth() constllvm::TargetTransformInfoImplBaseinline
getMulAccReductionCost(bool IsUnsigned, Type *ResTy, VectorType *Ty, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getNumberOfParts(Type *Tp) constllvm::TargetTransformInfoImplBaseinline
getNumberOfRegisters(unsigned ClassID) constllvm::TargetTransformInfoImplBaseinline
getOperandsScalarizationOverhead(ArrayRef< const Value * > Args, ArrayRef< Type * > Tys, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getOrCreateResultFromMemIntrinsic(IntrinsicInst *Inst, Type *ExpectedType) constllvm::TargetTransformInfoImplBaseinline
getPeelingPreferences(Loop *, ScalarEvolution &, TTI::PeelingPreferences &) constllvm::TargetTransformInfoImplBaseinline
getPointersChainCost(ArrayRef< const Value * > Ptrs, const Value *Base, const TTI::PointersChainInfo &Info, Type *AccessTy, TTI::TargetCostKind CostKind)llvm::TargetTransformInfoImplCRTPBase< T >inline
getPopcntSupport(unsigned IntTyWidthInBit) constllvm::TargetTransformInfoImplBaseinline
getPredicatedAddrSpace(const Value *V) constllvm::TargetTransformInfoImplBaseinline
getPredictableBranchThreshold() constllvm::TargetTransformInfoImplBaseinline
getPreferredAddressingMode(const Loop *L, ScalarEvolution *SE) constllvm::TargetTransformInfoImplBaseinline
getPreferredTailFoldingStyle(bool IVUpdateMayOverflow=true) constllvm::TargetTransformInfoImplBaseinline
getPrefetchDistance() constllvm::TargetTransformInfoImplBaseinline
getRegisterBitWidth(TargetTransformInfo::RegisterKind K) constllvm::TargetTransformInfoImplBaseinline
getRegisterClassForType(bool Vector, Type *Ty=nullptr) constllvm::TargetTransformInfoImplBaseinline
getRegisterClassName(unsigned ClassID) constllvm::TargetTransformInfoImplBaseinline
getRegUsageForType(Type *Ty) constllvm::TargetTransformInfoImplBaseinline
getReplicationShuffleCost(Type *EltTy, int ReplicationFactor, int VF, const APInt &DemandedDstElts, TTI::TargetCostKind CostKind)llvm::TargetTransformInfoImplBaseinline
getScalarizationOverhead(VectorType *Ty, const APInt &DemandedElts, bool Insert, bool Extract, TTI::TargetCostKind CostKind) constllvm::TargetTransformInfoImplBaseinline
getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) constllvm::TargetTransformInfoImplBaseinline
getShuffleCost(TTI::ShuffleKind Kind, VectorType *Ty, ArrayRef< int > Mask, TTI::TargetCostKind CostKind, int Index, VectorType *SubTp, ArrayRef< const Value * > Args=std::nullopt) constllvm::TargetTransformInfoImplBaseinline
getStoreMinimumVF(unsigned VF, Type *, Type *) constllvm::TargetTransformInfoImplBaseinline
getStoreVectorFactor(unsigned VF, unsigned StoreSize, unsigned ChainSizeInBytes, VectorType *VecTy) constllvm::TargetTransformInfoImplBaseinline
getStridedMemoryOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr, bool VariableMask, Align Alignment, TTI::TargetCostKind CostKind, const Instruction *I=nullptr) constllvm::TargetTransformInfoImplBaseinline
getTgtMemIntrinsic(IntrinsicInst *Inst, MemIntrinsicInfo &Info) constllvm::TargetTransformInfoImplBaseinline
getUnrollingPreferences(Loop *, ScalarEvolution &, TTI::UnrollingPreferences &, OptimizationRemarkEmitter *) constllvm::TargetTransformInfoImplBaseinline
getVectorInstrCost(unsigned Opcode, Type *Val, TTI::TargetCostKind CostKind, unsigned Index, Value *Op0, Value *Op1) constllvm::TargetTransformInfoImplBaseinline
getVectorInstrCost(const Instruction &I, Type *Val, TTI::TargetCostKind CostKind, unsigned Index) constllvm::TargetTransformInfoImplBaseinline
getVPLegalizationStrategy(const VPIntrinsic &PI) constllvm::TargetTransformInfoImplBaseinline
getVPMemoryOpCost(unsigned Opcode, Type *Src, Align Alignment, unsigned AddressSpace, TTI::TargetCostKind CostKind, const Instruction *I) constllvm::TargetTransformInfoImplBaseinline
getVScaleForTuning() constllvm::TargetTransformInfoImplBaseinline
hasActiveVectorLength(unsigned Opcode, Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
hasArmWideBranch(bool) constllvm::TargetTransformInfoImplBaseinline
hasBranchDivergence(const Function *F=nullptr) constllvm::TargetTransformInfoImplBaseinline
hasDivRemOp(Type *DataType, bool IsSigned) constllvm::TargetTransformInfoImplBaseinline
hasVolatileVariant(Instruction *I, unsigned AddrSpace) constllvm::TargetTransformInfoImplBaseinline
haveFastSqrt(Type *Ty) constllvm::TargetTransformInfoImplBaseinline
instCombineIntrinsic(InstCombiner &IC, IntrinsicInst &II) constllvm::TargetTransformInfoImplBaseinline
isAlwaysUniform(const Value *V) constllvm::TargetTransformInfoImplBaseinline
isConstantStridedAccessLessThan(ScalarEvolution *SE, const SCEV *Ptr, int64_t MergeDistance) constllvm::TargetTransformInfoImplBaseinlineprotected
isElementTypeLegalForScalableVector(Type *Ty) constllvm::TargetTransformInfoImplBaseinline
isExpensiveToSpeculativelyExecute(const Instruction *I)llvm::TargetTransformInfoImplCRTPBase< T >inline
isFCmpOrdCheaperThanFCmpZero(Type *Ty) constllvm::TargetTransformInfoImplBaseinline
isFPVectorizationPotentiallyUnsafe() constllvm::TargetTransformInfoImplBaseinline
isHardwareLoopProfitable(Loop *L, ScalarEvolution &SE, AssumptionCache &AC, TargetLibraryInfo *LibInfo, HardwareLoopInfo &HWLoopInfo) constllvm::TargetTransformInfoImplBaseinline
isIndexedLoadLegal(TTI::MemIndexedMode Mode, Type *Ty, const DataLayout &DL) constllvm::TargetTransformInfoImplBaseinline
isIndexedStoreLegal(TTI::MemIndexedMode Mode, Type *Ty, const DataLayout &DL) constllvm::TargetTransformInfoImplBaseinline
isLegalAddImmediate(int64_t Imm) constllvm::TargetTransformInfoImplBaseinline
isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I=nullptr, int64_t ScalableOffset=0) constllvm::TargetTransformInfoImplBaseinline
isLegalAddScalableImmediate(int64_t Imm) constllvm::TargetTransformInfoImplBaseinline
isLegalAltInstr(VectorType *VecTy, unsigned Opcode0, unsigned Opcode1, const SmallBitVector &OpcodeMask) constllvm::TargetTransformInfoImplBaseinline
isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) constllvm::TargetTransformInfoImplBaseinline
isLegalICmpImmediate(int64_t Imm) constllvm::TargetTransformInfoImplBaseinline
isLegalMaskedCompressStore(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalMaskedExpandLoad(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalMaskedGather(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalMaskedLoad(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalMaskedScatter(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalMaskedStore(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalNTLoad(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalNTStore(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalStridedLoadStore(Type *DataType, Align Alignment) constllvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeLoad(LoadInst *LI) constllvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeLoadChain(unsigned ChainSizeInBytes, Align Alignment, unsigned AddrSpace) constllvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeReduction(const RecurrenceDescriptor &RdxDesc, ElementCount VF) constllvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeStore(StoreInst *SI) constllvm::TargetTransformInfoImplBaseinline
isLegalToVectorizeStoreChain(unsigned ChainSizeInBytes, Align Alignment, unsigned AddrSpace) constllvm::TargetTransformInfoImplBaseinline
isLoweredToCall(const Function *F) constllvm::TargetTransformInfoImplBaseinline
isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) constllvm::TargetTransformInfoImplBaseinline
isNoopAddrSpaceCast(unsigned, unsigned) constllvm::TargetTransformInfoImplBaseinline
isNumRegsMajorCostOfLSR() constllvm::TargetTransformInfoImplBaseinline
isProfitableLSRChainElement(Instruction *I) constllvm::TargetTransformInfoImplBaseinline
isProfitableToHoist(Instruction *I) constllvm::TargetTransformInfoImplBaseinline
isSingleThreaded() constllvm::TargetTransformInfoImplBaseinline
isSourceOfDivergence(const Value *V) constllvm::TargetTransformInfoImplBaseinline
isStridedAccess(const SCEV *Ptr) constllvm::TargetTransformInfoImplBaseinlineprotected
isTruncateFree(Type *Ty1, Type *Ty2) constllvm::TargetTransformInfoImplBaseinline
isTypeLegal(Type *Ty) constllvm::TargetTransformInfoImplBaseinline
isValidAddrSpaceCast(unsigned FromAS, unsigned ToAS) constllvm::TargetTransformInfoImplBaseinline
isVScaleKnownToBeAPowerOfTwo() constllvm::TargetTransformInfoImplBaseinline
LSRWithInstrQueries() constllvm::TargetTransformInfoImplBaseinline
minRequiredElementSize(const Value *Val, bool &isSigned) constllvm::TargetTransformInfoImplBaseinlineprotected
preferEpilogueVectorization() constllvm::TargetTransformInfoImplBaseinline
preferInLoopReduction(unsigned Opcode, Type *Ty, TTI::ReductionFlags Flags) constllvm::TargetTransformInfoImplBaseinline
preferPredicatedReductionSelect(unsigned Opcode, Type *Ty, TTI::ReductionFlags Flags) constllvm::TargetTransformInfoImplBaseinline
preferPredicateOverEpilogue(TailFoldingInfo *TFI) constllvm::TargetTransformInfoImplBaseinline
prefersVectorizedAddressing() constllvm::TargetTransformInfoImplBaseinline
preferToKeepConstantsAttached(const Instruction &Inst, const Function &Fn) constllvm::TargetTransformInfoImplBaseinline
rewriteIntrinsicWithAddressSpace(IntrinsicInst *II, Value *OldV, Value *NewV) constllvm::TargetTransformInfoImplBaseinline
shouldBuildLookupTables() constllvm::TargetTransformInfoImplBaseinline
shouldBuildLookupTablesForConstant(Constant *C) constllvm::TargetTransformInfoImplBaseinline
shouldBuildRelLookupTables() constllvm::TargetTransformInfoImplBaseinline
shouldConsiderAddressTypePromotion(const Instruction &I, bool &AllowPromotionWithoutCommonHeader) constllvm::TargetTransformInfoImplBaseinline
shouldExpandReduction(const IntrinsicInst *II) constllvm::TargetTransformInfoImplBaseinline
shouldFoldTerminatingConditionAfterLSR() constllvm::TargetTransformInfoImplBaseinline
shouldMaximizeVectorBandwidth(TargetTransformInfo::RegisterKind K) constllvm::TargetTransformInfoImplBaseinline
shouldPrefetchAddressSpace(unsigned AS) constllvm::TargetTransformInfoImplBaseinline
shouldTreatInstructionLikeSelect(const Instruction *I)llvm::TargetTransformInfoImplBaseinline
simplifyDemandedUseBitsIntrinsic(InstCombiner &IC, IntrinsicInst &II, APInt DemandedMask, KnownBits &Known, bool &KnownBitsComputed) constllvm::TargetTransformInfoImplBaseinline
simplifyDemandedVectorEltsIntrinsic(InstCombiner &IC, IntrinsicInst &II, APInt DemandedElts, APInt &UndefElts, APInt &UndefElts2, APInt &UndefElts3, std::function< void(Instruction *, unsigned, APInt, APInt &)> SimplifyAndSetOp) constllvm::TargetTransformInfoImplBaseinline
supportsEfficientVectorElementLoadStore() constllvm::TargetTransformInfoImplBaseinline
supportsScalableVectors() constllvm::TargetTransformInfoImplBaseinline
supportsTailCallFor(const CallBase *CB) constllvm::TargetTransformInfoImplCRTPBase< T >inline
supportsTailCalls() constllvm::TargetTransformInfoImplBaseinline
TargetTransformInfoImplBase(const DataLayout &DL)llvm::TargetTransformInfoImplBaseinlineexplicitprotected
TargetTransformInfoImplBase(const TargetTransformInfoImplBase &Arg)=defaultllvm::TargetTransformInfoImplBase
TargetTransformInfoImplBase(TargetTransformInfoImplBase &&Arg)llvm::TargetTransformInfoImplBaseinline
TargetTransformInfoImplCRTPBase(const DataLayout &DL)llvm::TargetTransformInfoImplCRTPBase< T >inlineexplicitprotected
TTI typedefllvm::TargetTransformInfoImplBaseprotected
useAA() constllvm::TargetTransformInfoImplBaseinline
useColdCCForColdCall(Function &F) constllvm::TargetTransformInfoImplBaseinline