Home
last modified time | relevance | path

Searched refs:getCacheAssociativity (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h54 llvm::Optional<unsigned> getCacheAssociativity(
DX86TargetTransformInfo.cpp99 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h721 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1097 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) = 0;
1406 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) override { in getCacheAssociativity() function
1407 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
DTargetTransformInfoImpl.h379 llvm::Optional<unsigned> getCacheAssociativity( in getCacheAssociativity() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp366 llvm::Optional<unsigned> TargetTransformInfo::getCacheAssociativity( in getCacheAssociativity() function in TargetTransformInfo
368 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()