Searched refs:getCacheAssociativity (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h237 virtual Optional<unsigned> getCacheAssociativity(unsigned Level) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h109 llvm::Optional<unsigned> getCacheAssociativity(
H A DX86TargetTransformInfo.cpp98 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( function in class:X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp324 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { function in class:MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h920 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1384 virtual Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;
1771 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override {
1772 return Impl.getCacheAssociativity(Level);
H A DTargetTransformInfoImpl.h353 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h494 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { function in class:llvm::BasicTTIImplBase
496 getST()->getCacheAssociativity(static_cast<unsigned>(Level));
501 return BaseT::getCacheAssociativity(Level);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp613 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { function in class:TargetTransformInfo
614 return TTIImpl->getCacheAssociativity(Level);

Completed in 558 milliseconds