Searched refs:CacheLevel (Results 1 – 6 of 6) sorted by relevance
368 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) { in getCacheSize()370 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()372 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()380 TargetTransformInfo::CacheLevel Level) { in getCacheAssociativity()382 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()384 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
708 enum class CacheLevel { enum718 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const;721 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1096 virtual llvm::Optional<unsigned> getCacheSize(CacheLevel Level) = 0;1097 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) = 0;1403 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) override { in getCacheSize()1406 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()
361 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) in getCacheSize()367 CacheLevel Level) const { in getCacheAssociativity()
4817 Value *CacheLevel = EmitScalarExpr(E->getArg(2)); in EmitAArch64BuiltinExpr() local4825 -cast<llvm::ConstantInt>(CacheLevel)->getValue() + 3); in EmitAArch64BuiltinExpr()