Searched defs:IsWrite (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerCommon.h | 25 bool IsWrite; variable 35 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() function
|
/netbsd-src/external/apache2/llvm/dist/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 | ThreadSanitizer.cpp | 450 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local 614 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
|
H A D | AddressSanitizer.cpp | 1455 bool IsWrite = F->getName().startswith("llvm.masked.store."); in getInterestingMemoryOperands() local 1540 uint32_t TypeSize, bool IsWrite, in doInstrumentAddress() 1559 bool IsWrite, Value *SizeArgument, in instrumentMaskedLoadOrStore() 1650 Value *Addr, bool IsWrite, in generateCrashCode() 1697 uint32_t TypeSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress() 1720 uint32_t TypeSize, bool IsWrite, in instrumentAddress() 1809 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment()
|
H A D | HWAddressSanitizer.cpp | 733 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_shadow.h | 167 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 691 bool IsWrite = Access.getInt(); in createCheckForAccess() local 732 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local 893 bool IsWrite = AC.getInt(); in processMemAccesses() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 261 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 265 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4139 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 3183 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local
|