Searched refs:instrumentMaskedLoadOrStore (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp198 void instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask,
382 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, function in class:MemProfiler
433 instrumentMaskedLoadOrStore(DL, Access.MaybeMask, I, Access.Addr,
H A DAddressSanitizer.cpp711 void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, const DataLayout &DL,
1538 void AddressSanitizer::instrumentMaskedLoadOrStore( function in class:AddressSanitizer
1648 instrumentMaskedLoadOrStore(this, DL, IntptrTy, O.MaybeMask, O.MaybeEVL,

Completed in 76 milliseconds