Home
last modified time | relevance | path

Searched refs:InstrumentedAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp429 Value *InstrumentedAddress = nullptr; in instrumentMaskedLoadOrStore() local
448 InstrumentedAddress = in instrumentMaskedLoadOrStore()
450 instrumentAddress(I, InsertBefore, InstrumentedAddress, IsWrite); in instrumentMaskedLoadOrStore()
H A DAddressSanitizer.cpp1666 Value *InstrumentedAddress; in instrumentMaskedLoadOrStore() local
1671 InstrumentedAddress = IRB.CreateExtractElement(Addr, Index); in instrumentMaskedLoadOrStore()
1674 InstrumentedAddress = IRB.CreatePtrAdd(Addr, Index); in instrumentMaskedLoadOrStore()
1676 InstrumentedAddress = IRB.CreateGEP(VTy, Addr, {Zero, Index}); in instrumentMaskedLoadOrStore()
1678 doInstrumentAddress(Pass, I, &*IRB.GetInsertPoint(), InstrumentedAddress, in instrumentMaskedLoadOrStore()