Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp305 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
831 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp298 const SCEV *CacheLineSize = SE.getConstant(WiderType, CLS); in computeRefCost() local
490 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() local
H A DTargetTransformInfo.cpp35 static cl::opt<unsigned> CacheLineSize( variable
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h107 uint16_t CacheLineSize = 0; variable