| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | AddressSanitizerCommon.h | 28 bool IsWrite; variable 44 : IsWrite(IsWrite), OpType(OpType), Alignment(Alignment), in IsWrite() function
|
| H A D | AddressSanitizer.h | 61 const bool IsWrite; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 620 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 D | MemProfiler.cpp | 172 bool IsWrite; member 384 Type *AccessTy, bool IsWrite) { in instrumentMaskedLoadOrStore() 445 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
|
| H A D | ThreadSanitizer.cpp | 419 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local 590 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
|
| H A D | HWAddressSanitizer.cpp | 868 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 D | LoopAccessAnalysis.h | 260 ArrayRef<unsigned> getOrderForAccess(Value *Ptr, bool IsWrite) const { in getOrderForAccess()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 1412 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 D | LoopAccessAnalysis.cpp | 1120 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 D | FunctionAttrs.cpp | 621 bool IsWrite = false; in determinePointerAccessAttrs() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 4795 bool IsWrite = Op.getConstantOperandVal(2); in lowerPREFETCH() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3943 unsigned IsWrite = Op.getConstantOperandVal(2); in LowerPREFETCH() local 4985 unsigned IsWrite = Op.getConstantOperandVal(3); in LowerINTRINSIC_VOID() local
|