Home
last modified time | relevance | path

Searched refs:LineSize (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_powerpc64.cpp31 const size_t LineSize = 32; in clearCache() local
33 const intptr_t Mask = ~(LineSize - 1); in clearCache()
35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; in clearCache()
37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in clearCache()
/external/compiler-rt/lib/esan/
Dworking_set.cpp86 uptr LineSize = getFlags()->cache_line_size; in processRangeAccessWorkingSet() local
89 SIZE_T NumLines = Size / LineSize + in processRangeAccessWorkingSet()
91 (LineSize - 1 + Addr % LineSize + Size % LineSize) / LineSize; in processRangeAccessWorkingSet()
/external/scudo/standalone/
Dmemtag.h152 uptr LineSize, Next, Tmp; in storeTags() local
207 : [Cur] "+&r"(Begin), [LineSize] "=&r"(LineSize), [Next] "=&r"(Next), in storeTags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DMemory.inc237 const size_t LineSize = 32;
239 const intptr_t Mask = ~(LineSize - 1);
241 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
243 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
247 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/external/llvm-project/llvm/lib/Support/Unix/
DMemory.inc238 const size_t LineSize = 32;
240 const intptr_t Mask = ~(LineSize - 1);
242 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
244 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
248 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/external/llvm/lib/Support/Unix/
DMemory.inc320 const size_t LineSize = 32;
322 const intptr_t Mask = ~(LineSize - 1);
324 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
326 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
330 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc307 const size_t LineSize = 32;
309 const intptr_t Mask = ~(LineSize - 1);
311 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
313 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
317 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/external/google-breakpad/src/common/
Dstabs_to_module_unittest.cc138 TEST(InferSizes, LineSize) { in TEST() argument
/external/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp787 int LineSize = (KCacheMode == 1) ? 16 : 32; in printKCache() local
788 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize; in printKCache()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1410 int LineSize = (KCacheMode == 1) ? 16 : 32; in printKCache() local
1411 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize; in printKCache()
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUInstPrinter.cpp1507 int LineSize = (KCacheMode == 1) ? 16 : 32; in printKCache() local
1508 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize; in printKCache()