Searched refs:instrumentMaskedLoadOrStore (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | MemProfiler.cpp | 175 void instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, 413 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, in instrumentMaskedLoadOrStore() function in MemProfiler 457 instrumentMaskedLoadOrStore(DL, Access.MaybeMask, I, Access.Addr, in instrumentMop()
|
D | AddressSanitizer.cpp | 1503 static void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, in instrumentMaskedLoadOrStore() function 1588 instrumentMaskedLoadOrStore(this, DL, IntptrTy, O.MaybeMask, O.getInsn(), in instrumentMop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 1509 static void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, in instrumentMaskedLoadOrStore() function 1599 instrumentMaskedLoadOrStore(this, DL, IntptrTy, MaybeMask, I, Addr, in instrumentMop()
|