Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp293 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in computeRefCost() local
420 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp289 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
804 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp33 CacheLineSize("ppc-loop-prefetch-cache-line", cl::Hidden, cl::init(64), variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h255 uint16_t CacheLineSize = 0; variable