Home
last modified time | relevance | path

Searched defs:getCacheSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h373 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) { in getCacheSize() function
H A DTargetTransformInfo.h1439 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) override { in getCacheSize() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp69 llvm::Optional<unsigned> X86TTIImpl::getCacheSize( in getCacheSize() function in X86TTIImpl
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp365 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) in getCacheSize() function in TargetTransformInfo