Searched refs:instrumentMaskedLoadOrStore (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 182 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 D | AddressSanitizer.cpp | 1402 static void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, in instrumentMaskedLoadOrStore() function 1486 instrumentMaskedLoadOrStore(this, DL, IntptrTy, O.MaybeMask, O.getInsn(), in instrumentMop()
|