Home
last modified time | relevance | path

Searched defs:IsWrite (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h28 bool IsWrite; variable
38 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp150 bool IsWrite; member
416 uint32_t TypeSize, bool IsWrite) { in instrumentMaskedLoadOrStore()
470 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
H A DAddressSanitizer.cpp1465 bool IsWrite = F->getName().startswith("llvm.masked.store."); in getInterestingMemoryOperands() local
1550 uint32_t TypeSize, bool IsWrite, in doInstrumentAddress()
1569 bool IsWrite, Value *SizeArgument, in instrumentMaskedLoadOrStore()
1660 Value *Addr, bool IsWrite, in generateCrashCode()
1707 uint32_t TypeSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress()
1730 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
1799 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment()
H A DThreadSanitizer.cpp480 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local
644 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
H A DHWAddressSanitizer.cpp812 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp703 bool IsWrite = Access.getInt(); in createCheckForAccess() local
744 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
905 bool IsWrite = AC.getInt(); in processMemAccesses() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h254 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4188 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3236 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local