Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DMemory.cpp55 const size_t LineSize = 32; in InvalidateInstructionCache()
57 const intptr_t Mask = ~(LineSize - 1); in InvalidateInstructionCache()
59 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask; in InvalidateInstructionCache()
61 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in InvalidateInstructionCache()
65 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) in InvalidateInstructionCache()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DMemory.inc222 const size_t LineSize = 32;
224 const intptr_t Mask = ~(LineSize - 1);
226 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
228 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
232 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/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/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-7.0/llvm/lib/Target/AMDGPU/InstPrinter/
DAMDGPUInstPrinter.cpp1281 int LineSize = (KCacheMode == 1) ? 16 : 32; in printKCache() local
1282 O << KCacheAddr * 16 << '-' << KCacheAddr * 16 + LineSize; in printKCache()