Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp175 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()
DAddressSanitizer.cpp1503 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/
DAddressSanitizer.cpp1509 static void instrumentMaskedLoadOrStore(AddressSanitizer *Pass, in instrumentMaskedLoadOrStore() function
1599 instrumentMaskedLoadOrStore(this, DL, IntptrTy, MaybeMask, I, Addr, in instrumentMop()