Searched defs:IsWrite (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerCommon.h | 28 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 D | MemProfiler.cpp | 150 bool IsWrite; member 416 uint32_t TypeSize, bool IsWrite) { in instrumentMaskedLoadOrStore() 470 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
|
| H A D | AddressSanitizer.cpp | 1465 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 D | ThreadSanitizer.cpp | 480 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local 644 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
|
| H A D | HWAddressSanitizer.cpp | 812 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 703 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 D | tsan_rtl.h | 254 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 4188 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3236 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local
|