Home
last modified time | relevance | path

Searched refs:ShadowPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1389 Value *ShadowPtr = in getShadowOriginPtrUserspace() local
1428 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0)); in getShadowOriginPtrKernel()
1571 if (*ShadowPtr) in getShadow()
1572 return *ShadowPtr; in getShadow()
1621 *ShadowPtr = in getShadow()
1638 return *ShadowPtr; in getShadow()
1756 Value *ShadowPtr, *OriginPtr; in visitLoadInst() local
2423 Value *ShadowPtr, *OriginPtr; in handleVectorStoreIntrinsic() local
2448 Value *ShadowPtr, *OriginPtr; in handleVectorLoadIntrinsic() local
2823 Value *ShadowPtr = in handleStmxcsr() local
[all …]
H A DEfficiencySanitizer.cpp879 Value *ShadowPtr = appToShadow(AddrPtr, IRB); in instrumentFastpathWorkingSet() local
887 Value *OldValue = IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentFastpathWorkingSet()
896 IRB.CreateStore(NewVal, IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentFastpathWorkingSet()
H A DHWAddressSanitizer.cpp658 Value *ShadowPtr = IRB.CreateIntToPtr( in tagAlloca() local
667 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, /*Align=*/1); in tagAlloca()
H A DAddressSanitizer.cpp1553 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() local
1556 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()