Searched refs:AddrLong (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 472 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 475 IRB.CreateCall(MemProfMemoryAccessCallback[IsWrite], AddrLong); in instrumentAddress() 483 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|
| H A D | AddressSanitizer.cpp | 669 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, 1717 Value *AddrLong = IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()); in instrumentAMDGPUAddress() local 1718 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {AddrLong}); in instrumentAMDGPUAddress() 1719 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {AddrLong}); in instrumentAMDGPUAddress() 1741 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1747 AddrLong); in instrumentAddress() 1750 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)}); in instrumentAddress() 1757 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress() 1788 Instruction *Crash = generateCrashCode(CrashTerm, AddrLong, IsWrite, in instrumentAddress() 1802 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local [all …]
|
| H A D | HWAddressSanitizer.cpp | 797 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() local 799 IRB.CreateIntToPtr(untagPointer(IRB, AddrLong), Addr->getType()); in untagPointerOperand() 839 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() local 840 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline() 872 Value *InlineTagAddr = IRB.CreateOr(AddrLong, 15); in instrumentMemAccessInline()
|