Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h25 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 DMemProfiler.cpp150 bool IsWrite; member
416 uint32_t TypeSize, bool IsWrite) { in instrumentMaskedLoadOrStore()
470 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
H A DThreadSanitizer.cpp450 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local
614 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
H A DAddressSanitizer.cpp1455 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 DHWAddressSanitizer.cpp733 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_shadow.h167 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp691 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 Dtsan_rtl.h261 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h265 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4139 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3183 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local