Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DAddressSanitizerCommon.h28 bool IsWrite; variable
44 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() function
H A DAddressSanitizer.h61 const bool IsWrite; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp620 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo()
1357 bool IsWrite = CI->getType()->isVoidTy(); in getInterestingMemoryOperands() local
1377 bool IsWrite = CI->getIntrinsicID() == Intrinsic::masked_compressstore; in getInterestingMemoryOperands() local
1404 bool IsWrite = CI->getType()->isVoidTy(); in getInterestingMemoryOperands() local
1431 bool IsWrite = IID == Intrinsic::vp_scatter; in getInterestingMemoryOperands() local
1514 TypeSize TypeStoreSize, bool IsWrite, in doInstrumentAddress()
1541 MaybeAlign Alignment, unsigned Granularity, Type *OpType, bool IsWrite, in instrumentMaskedLoadOrStore()
1660 Value *Addr, bool IsWrite, in generateCrashCode()
1707 uint32_t TypeStoreSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress()
1754 uint32_t TypeStoreSize, bool IsWrite, in instrumentAddress()
[all …]
H A DMemProfiler.cpp172 bool IsWrite; member
384 Type *AccessTy, bool IsWrite) { in instrumentMaskedLoadOrStore()
445 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
H A DThreadSanitizer.cpp419 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local
590 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
H A DHWAddressSanitizer.cpp868 int64_t HWAddressSanitizer::getAccessInfo(bool IsWrite, in getAccessInfo()
906 void HWAddressSanitizer::instrumentMemAccessOutline(Value *Ptr, bool IsWrite, in instrumentMemAccessOutline()
927 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h260 ArrayRef<unsigned> getOrderForAccess(Value *Ptr, bool IsWrite) const { in getOrderForAccess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1412 int64_t IsWrite = MI.getOperand(2).getImm(); in legalizeIntrinsic() local
2085 int64_t IsWrite = MI.getOperand(1).getImm(); in legalizePrefetch() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1120 bool IsWrite = Access.getInt(); in createCheckForAccess() local
1164 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
1336 bool IsWrite = AC.first.getInt(); in processMemAccesses() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp621 bool IsWrite = false; in determinePointerAccessAttrs() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4795 bool IsWrite = Op.getConstantOperandVal(2); in lowerPREFETCH() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3943 unsigned IsWrite = Op.getConstantOperandVal(2); in LowerPREFETCH() local
4985 unsigned IsWrite = Op.getConstantOperandVal(3); in LowerINTRINSIC_VOID() local