Lines Matching refs:Granularity

1348                                 unsigned Alignment, unsigned Granularity,  in doInstrumentAddress()  argument
1356 (Alignment >= Granularity || Alignment == 0 || Alignment >= TypeSize / 8)) in doInstrumentAddress()
1367 unsigned Granularity, uint32_t TypeSize, in instrumentMaskedLoadOrStore() argument
1397 Granularity, ElemTypeSize, IsWrite, SizeArgument, in instrumentMaskedLoadOrStore()
1451 unsigned Granularity = 1 << Mapping.Scale; in instrumentMop() local
1454 Alignment, Granularity, TypeSize, IsWrite, in instrumentMop()
1457 doInstrumentAddress(this, I, I, Addr, Alignment, Granularity, TypeSize, in instrumentMop()
1496 size_t Granularity = static_cast<size_t>(1) << Mapping.Scale; in createSlowPathCmp() local
1499 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in createSlowPathCmp()
1559 size_t Granularity = 1ULL << Mapping.Scale; in instrumentAddress() local
1562 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) { in instrumentAddress()
2912 size_t Granularity = 1ULL << Mapping.Scale; in processStaticAllocas() local
2913 size_t MinHeaderSize = std::max((size_t)ASan.LongSize / 2, Granularity); in processStaticAllocas()
2915 ComputeASanStackFrameLayout(SVD, Granularity, MinHeaderSize); in processStaticAllocas()
3060 assert(Desc.Offset % L.Granularity == 0); in processStaticAllocas()
3061 size_t Begin = Desc.Offset / L.Granularity; in processStaticAllocas()
3062 size_t End = Begin + (APC.Size + L.Granularity - 1) / L.Granularity; in processStaticAllocas()
3100 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()