Home
last modified time | relevance | path

Searched refs:LogSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_checks.h82 template <ErrorAction EA, AccessType AT, unsigned LogSize>
86 if (UNLIKELY(!PossiblyShortTagMatches(mem_tag, p, 1 << LogSize))) { in CheckAddress()
88 0x10 * (AT == AccessType::Store) + LogSize>(p); in CheckAddress()
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c1296 unsigned long LogSize = 8192; in getKernelCUDA() local
1310 OptionVals[2] = (void *)LogSize; in getKernelCUDA()
1316 OptionVals[4] = (void *)LogSize; in getKernelCUDA()