Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp305 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
910 const unsigned CacheLineSize = 1u << Log2CacheLineSize; in EmitCodeEnd() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp298 const SCEV *CacheLineSize = SE.getConstant(WiderType, CLS); in computeRefCost() local
495 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() local
H A DTargetTransformInfo.cpp36 static cl::opt<unsigned> CacheLineSize( variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h47 uint16_t CacheLineSize; member
H A DRISCVInstrInfo.cpp2698 unsigned CacheLineSize = shouldClusterMemOps() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h61 uint16_t CacheLineSize = 0; variable