Home
last modified time | relevance | path

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

/freebsd/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.h58 const bool IsWrite; global() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp621 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo()
1437 bool IsWrite = CI->getType()->isVoidTy(); in getInterestingMemoryOperands() local
1457 bool IsWrite = CI->getIntrinsicID() == Intrinsic::masked_compressstore; in getInterestingMemoryOperands() local
1484 bool IsWrite = CI->getType()->isVoidTy(); in getInterestingMemoryOperands() local
1511 bool IsWrite = IID == Intrinsic::vp_scatter; in getInterestingMemoryOperands() local
1594 TypeSize TypeStoreSize, bool IsWrite, in doInstrumentAddress()
1621 MaybeAlign Alignment, unsigned Granularity, Type *OpType, bool IsWrite, in instrumentMaskedLoadOrStore()
1742 Value *Addr, bool IsWrite, in generateCrashCode()
1790 uint32_t TypeStoreSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress()
1837 uint32_t TypeStoreSize, bool IsWrite, in instrumentAddress()
[all …]
H A DMemProfiler.cpp211 bool IsWrite; member
424 Type *AccessTy, bool IsWrite) { in instrumentMaskedLoadOrStore()
483 bool IsWrite) { in instrumentAddress()
H A DThreadSanitizer.cpp418 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local
589 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
H A DHWAddressSanitizer.cpp902 int64_t HWAddressSanitizer::getAccessInfo(bool IsWrite, in getAccessInfo()
940 void HWAddressSanitizer::instrumentMemAccessOutline(Value *Ptr, bool IsWrite, in instrumentMemAccessOutline()
983 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h262 ArrayRef<unsigned> getOrderForAccess(Value *Ptr, bool IsWrite) const { in getOrderForAccess()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1118 bool IsWrite = Access.getInt(); in createCheckForAccess() local
1162 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
1331 bool IsWrite = AC.getInt(); in processMemAccesses() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1557 int64_t IsWrite = MI.getOperand(2).getImm(); in legalizeIntrinsic() local
2195 int64_t IsWrite = MI.getOperand(1).getImm(); in legalizePrefetch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp621 bool IsWrite = false; in determinePointerAccessAttrs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp92 bool IsWrite; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4796 bool IsWrite = Op.getConstantOperandVal(2); in lowerPREFETCH() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4245 unsigned IsWrite = Op.getConstantOperandVal(2); in LowerPREFETCH() local
5553 unsigned IsWrite = Op.getConstantOperandVal(3); in LowerINTRINSIC_VOID() local