Searched refs:CacheLevel (Results 1 – 6 of 6) sorted by relevance
404 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()406 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()408 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()415 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()417 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()419 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
850 enum class CacheLevel { enum860 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const;863 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1295 virtual llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const = 0;1296 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;1678 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()1681 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
110 TargetTransformInfo::CacheLevel Level) const;112 TargetTransformInfo::CacheLevel Level) const;
69 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()71 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()82 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()99 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()110 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()112 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
519 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) in getCacheSize()525 CacheLevel Level) const { in getCacheAssociativity()
528 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()534 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()