Searched refs:ShadowSize (Results 1 – 3 of 3) sorted by relevance
1194 size_t ShadowSize = Size >> Mapping.scale(); in tagAlloca() local1203 if (ShadowSize) in tagAlloca()1204 IRB.CreateMemSet(ShadowPtr, Tag, ShadowSize, Align(1)); in tagAlloca()1208 IRB.CreateConstGEP1_32(Int8Ty, ShadowPtr, ShadowSize)); in tagAlloca()
927 uint64_t ShadowSize = Size * ShadowWidthBytes; in hasLoadSizeForFastPath() local928 return ShadowSize % 8 == 0 || ShadowSize == 4; in hasLoadSizeForFastPath()2146 const uint64_t ShadowSize = Size * DFS.ShadowWidthBytes; in loadShadowFast() local2166 ShadowSize == 4 ? Type::getInt32Ty(*DFS.Ctx) : Type::getInt64Ty(*DFS.Ctx); in loadShadowFast()
1477 unsigned ShadowSize = DL.getTypeAllocSize(ConvertedShadow2->getType()); in materializeOneCheck() local1480 {ShadowAlloca, ConstantInt::get(IRB.getInt64Ty(), ShadowSize), in materializeOneCheck()