Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h379 llvm::Optional<unsigned> getCacheAssociativity( in getCacheAssociativity() function
DTargetTransformInfo.h1406 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) override { in getCacheAssociativity() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp99 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp366 llvm::Optional<unsigned> TargetTransformInfo::getCacheAssociativity( in getCacheAssociativity() function in TargetTransformInfo