Home
last modified time | relevance | path

Searched refs:instrumentAddress (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.h45 void instrumentAddress(Module &M, IRBuilder<> &IRB, Instruction *OrigIns,
H A DAMDGPUAsanInstrumentation.cpp183 void instrumentAddress(Module &M, IRBuilder<> &IRB, Instruction *OrigIns, in instrumentAddress() function
H A DAMDGPUSwLowerLDS.cpp1287 instrumentAddress(M, IRB, Operand.getInsn(), Operand.getInsn(), Addr, in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp198 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
412 instrumentAddress(I, InsertBefore, InstrumentedAddress, IsWrite); in instrumentMaskedLoadOrStore()
439 instrumentAddress(I, I, Access.Addr, Access.IsWrite); in instrumentMop()
443 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in MemProfiler
H A DAddressSanitizer.cpp813 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
1676 return Pass->instrumentAddress(I, InsertBefore, Addr, Alignment, in doInstrumentAddress()
1901 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() function in AddressSanitizer
2013 instrumentAddress(I, InsertBefore, Addr, {}, 8, IsWrite, Size, false, Exp, in instrumentUnusualSizeOrAlignment()
2015 instrumentAddress(I, InsertBefore, LastByte, {}, 8, IsWrite, Size, false, in instrumentUnusualSizeOrAlignment()