Home
last modified time | relevance | path

Searched refs:isInterestingMemoryAccess (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp215 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
503 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in HWAddressSanitizer
729 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMemAccess()
1122 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in sanitizeFunction()
DAddressSanitizer.cpp620 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1344 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1556 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMop()
2663 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in instrumentFunction()
2717 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in instrumentFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp480 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
937 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1034 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment); in instrumentMop()
1810 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in runOnFunction()
1853 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in runOnFunction()