Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/src/
Dcpu.cpp59 int32_t CacheLineSize = 0; in WelsCPUFeatureDetect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp286 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in computeRefCost() local
397 const SCEV *CacheLineSize = SE.getConstant(Stride->getType(), CLS); in isConsecutive() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp28 CacheLineSize("ppc-loop-prefetch-cache-line", cl::Hidden, cl::init(64), variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h201 uint16_t CacheLineSize = 0; variable