HomeSort by: relevance | last modified time | path
    Searched refs:getCacheAssociativity (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSubtargetInfo.h 244 virtual Optional<unsigned> getCacheAssociativity(unsigned Level) const;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSubtargetInfo.cpp 343 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetTransformInfo.h 110 llvm::Optional<unsigned> getCacheAssociativity(
X86TargetTransformInfo.cpp 98 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 983 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1585 virtual Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;
2048 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override {
2049 return Impl.getCacheAssociativity(Level);
TargetTransformInfoImpl.h 426 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 612 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const {
614 getST()->getCacheAssociativity(static_cast<unsigned>(Level));
619 return BaseT::getCacheAssociativity(Level);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 630 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const {
631 return TTIImpl->getCacheAssociativity(Level);

Completed in 41 milliseconds