Searched defs:IsWrite (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h25 bool IsWrite; member in class:llvm::InterestingMemoryOperand
32 InterestingMemoryOperand(Instruction *I, unsigned OperandNo, bool IsWrite, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp559 bool IsWrite = isa<StoreInst>(*I); local
[all...]
H A DHWAddressSanitizer.cpp615 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, argument
H A DAddressSanitizer.cpp1405 bool IsWrite = F->getName().startswith("llvm.masked.store."); local
1487 doInstrumentAddress(AddressSanitizer *Pass, Instruction *I, Instruction *InsertBefore, Value *Addr, MaybeAlign Alignment, unsigned Granularity, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1504 instrumentMaskedLoadOrStore(AddressSanitizer *Pass, const DataLayout &DL, Type *IntptrTy, Value *Mask, Instruction *I, Value *Addr, MaybeAlign Alignment, unsigned Granularity, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1599 generateCrashCode(Instruction *InsertBefore, Value *Addr, bool IsWrite, size_t AccessSizeIndex, Value *SizeArgument, uint32_t Exp) argument
1645 instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
1727 instrumentUnusualSizeOrAlignment( Instruction *I, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h257 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } function in class:__tsan::Shadow
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp696 bool IsWrite = Access.getInt(); local
737 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); local
898 bool IsWrite = AC.getInt(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4112 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2683 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); local

Completed in 716 milliseconds