Searched refs:instrumentMaskedLoadOrStore (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfiler.cpp | 236 void instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, 422 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, in instrumentMaskedLoadOrStore() function in MemProfiler 471 instrumentMaskedLoadOrStore(DL, Access.MaybeMask, I, Access.Addr, in instrumentMop()
|
| H A D | AddressSanitizer.cpp | 782 void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, const DataLayout &DL, 1618 void AddressSanitizer::instrumentMaskedLoadOrStore( in instrumentMaskedLoadOrStore() function in AddressSanitizer 1730 instrumentMaskedLoadOrStore(this, DL, IntptrTy, O.MaybeMask, O.MaybeEVL, in instrumentMop()
|