Searched refs:CacheLevel (Results 1 – 7 of 7) sorted by relevance
620 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()622 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()624 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()631 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()633 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()635 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
1268 enum class CacheLevel { enum1278 LLVM_ABI std::optional<unsigned> getCacheSize(CacheLevel Level) const;1282 getCacheAssociativity(CacheLevel Level) const;
126 TargetTransformInfo::CacheLevel Level) const override;128 TargetTransformInfo::CacheLevel Level) const override;
114 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()116 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()127 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()144 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()155 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()157 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
834 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()839 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
809 getCacheSize(TargetTransformInfo::CacheLevel Level) const override { in getCacheSize()815 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const override { in getCacheAssociativity()
2219 const uint32_t CacheLevel = getConstFromIntrinsic(Call->Arguments[3], MRI); in generateCoopMatrInst() local2224 .addImm(CacheLevel) // cache level in generateCoopMatrInst()