Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp299 const SCEV *CacheLineSize = SE.getConstant(WiderType, CLS); in computeRefCost() local
491 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() local
H A DTargetTransformInfo.cpp34 static cl::opt<unsigned> CacheLineSize( variable
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp305 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
830 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h101 uint16_t CacheLineSize = 0; variable