Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h28 bool IsWrite; variable
38 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() function
H A DAddressSanitizer.h58 const bool IsWrite; member
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp157 bool IsWrite; member
427 Type *AccessTy, bool IsWrite) { in instrumentMaskedLoadOrStore()
488 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
H A DAddressSanitizer.cpp606 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo()
1300 bool IsWrite = CI->getIntrinsicID() == Intrinsic::masked_store; in getInterestingMemoryOperands() local
1388 uint32_t TypeSize, bool IsWrite, in doInstrumentAddress()
1407 bool IsWrite, Value *SizeArgument, in instrumentMaskedLoadOrStore()
1497 Value *Addr, bool IsWrite, in generateCrashCode()
1544 uint32_t TypeSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress()
1567 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
1647 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment()
H A DThreadSanitizer.cpp432 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local
600 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
H A DHWAddressSanitizer.cpp813 int64_t HWAddressSanitizer::getAccessInfo(bool IsWrite, in getAccessInfo()
823 void HWAddressSanitizer::instrumentMemAccessOutline(Value *Ptr, bool IsWrite, in instrumentMemAccessOutline()
838 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_shadow.h168 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h249 ArrayRef<unsigned> getOrderForAccess(Value *Ptr, bool IsWrite) const { in getOrderForAccess()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp977 bool IsWrite = Access.getInt(); in createCheckForAccess() local
1020 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
1191 bool IsWrite = AC.first.getInt(); in processMemAccesses() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp676 bool IsWrite = false; in determinePointerAccessAttrs() local
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4428 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3660 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local