Searched refs:CacheLevel (Results 1 – 6 of 6) sorted by relevance
373 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) { in getCacheSize()375 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()377 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()385 TargetTransformInfo::CacheLevel Level) { in getCacheAssociativity()387 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()389 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
717 enum class CacheLevel { enum727 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const;730 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1124 virtual llvm::Optional<unsigned> getCacheSize(CacheLevel Level) = 0;1125 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) = 0;1439 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) override { in getCacheSize()1442 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) override { in getCacheAssociativity()
53 TargetTransformInfo::CacheLevel Level) const;55 TargetTransformInfo::CacheLevel Level) const;
70 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()72 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()83 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()100 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()111 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()113 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
365 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) in getCacheSize()371 CacheLevel Level) const { in getCacheAssociativity()
6805 Value *CacheLevel = EmitScalarExpr(E->getArg(2)); in EmitAArch64BuiltinExpr() local6813 -cast<llvm::ConstantInt>(CacheLevel)->getValue() + 3); in EmitAArch64BuiltinExpr()