Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp182 void instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask,
425 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, in instrumentMaskedLoadOrStore() function in MemProfiler
476 instrumentMaskedLoadOrStore(DL, Access.MaybeMask, I, Access.Addr, in instrumentMop()
H A DAddressSanitizer.cpp1402 static void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, in instrumentMaskedLoadOrStore() function
1486 instrumentMaskedLoadOrStore(this, DL, IntptrTy, O.MaybeMask, O.getInsn(), in instrumentMop()