Home
last modified time | relevance | path

Searched refs:CacheLineSize (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp84 CacheLineSize = 64; in initializeProperties()
111 CacheLineSize = 256; in initializeProperties()
120 CacheLineSize = 64; in initializeProperties()
135 CacheLineSize = 128; in initializeProperties()
143 CacheLineSize = 128; in initializeProperties()
164 CacheLineSize = 64; in initializeProperties()
178 CacheLineSize = 128; in initializeProperties()
185 CacheLineSize = 64; in initializeProperties()
190 CacheLineSize = 64; in initializeProperties()
DAArch64Subtarget.h229 uint16_t CacheLineSize = 0; variable
395 unsigned getCacheLineSize() const override { return CacheLineSize; } in getCacheLineSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp96 CacheLineSize = 64; in initializeProperties()
111 CacheLineSize = 128; in initializeProperties()
119 CacheLineSize = 128; in initializeProperties()
138 CacheLineSize = 64; in initializeProperties()
152 CacheLineSize = 128; in initializeProperties()
159 CacheLineSize = 64; in initializeProperties()
DAArch64Subtarget.h201 uint16_t CacheLineSize = 0; variable
360 unsigned getCacheLineSize() const override { return CacheLineSize; } in getCacheLineSize()
/external/compiler-rt/lib/esan/
Dworking_set.cpp43 static const u32 CacheLineSize = 64; variable
195 CHECK(getFlags()->cache_line_size == CacheLineSize); in initializeShadowWorkingSet()
222 static const u32 KilobyteCachelines = (0x1 << 10) / CacheLineSize; in getSizeForPrinting()
233 return NumOfCachelines * CacheLineSize; in getSizeForPrinting()
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp57 CacheLineSize = 64; in initializeProperties()
72 CacheLineSize = 128; in initializeProperties()
DAArch64Subtarget.h88 uint16_t CacheLineSize = 0; variable
197 unsigned getCacheLineSize() const { return CacheLineSize; } in getCacheLineSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp286 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in computeRefCost() local
291 RefCost = SE.getUDivExpr(Numerator, CacheLineSize); in computeRefCost()
397 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() local
399 return SE.isKnownPredicate(ICmpInst::ICMP_ULT, Stride, CacheLineSize); in isConsecutive()
/external/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp295 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in computeRefCost() local
302 RefCost = SE.getUDivExpr(Numerator, CacheLineSize); in computeRefCost()
422 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() local
425 return SE.isKnownPredicate(ICmpInst::ICMP_ULT, Stride, CacheLineSize); in isConsecutive()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp27 CacheLineSize("ppc-loop-prefetch-cache-line", cl::Hidden, cl::init(64), variable
243 return CacheLineSize; in getCacheLineSize()
/external/stressapptest/src/
Dsat.h138 int CacheLineSize();
Dsat.cc1417 line_size = CacheLineSize(); in InitializeThreads()
1487 int Sat::CacheLineSize() { in CacheLineSize() function in Sat
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp28 CacheLineSize("ppc-loop-prefetch-cache-line", cl::Hidden, cl::init(64), variable
637 if (CacheLineSize.getNumOccurrences() > 0) in getCacheLineSize()
638 return CacheLineSize; in getCacheLineSize()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp33 CacheLineSize("ppc-loop-prefetch-cache-line", cl::Hidden, cl::init(64), variable
846 if (CacheLineSize.getNumOccurrences() > 0) in getCacheLineSize()
847 return CacheLineSize; in getCacheLineSize()