Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp157 bool IsWrite; member
369 Type *AccessTy, bool IsWrite) { in instrumentMaskedLoadOrStore()
430 uint32_t TypeSize, bool IsWrite) { in instrumentAddress()
H A DAddressSanitizer.cpp618 ASanAccessInfo::ASanAccessInfo(bool IsWrite, bool CompileKernel, in ASanAccessInfo()
1331 bool IsWrite = CI->getIntrinsicID() == Intrinsic::masked_store; in getInterestingMemoryOperands() local
1419 uint32_t TypeSize, bool IsWrite, in doInstrumentAddress()
1438 bool IsWrite, Value *SizeArgument, in instrumentMaskedLoadOrStore()
1528 Value *Addr, bool IsWrite, in generateCrashCode()
1575 uint32_t TypeSize, bool IsWrite, Value *SizeArgument) { in instrumentAMDGPUAddress()
1598 uint32_t TypeSize, bool IsWrite, in instrumentAddress()
1677 bool IsWrite, Value *SizeArgument, bool UseCalls, uint32_t Exp) { in instrumentUnusualSizeOrAlignment()
H A DThreadSanitizer.cpp424 const bool IsWrite = isa<StoreInst>(*I); in chooseInstructionsToInstrument() local
592 const bool IsWrite = isa<StoreInst>(*II.Inst); in instrumentLoadOrStore() local
H A DHWAddressSanitizer.cpp817 int64_t HWAddressSanitizer::getAccessInfo(bool IsWrite, in getAccessInfo()
827 void HWAddressSanitizer::instrumentMemAccessOutline(Value *Ptr, bool IsWrite, in instrumentMemAccessOutline()
842 void HWAddressSanitizer::instrumentMemAccessInline(Value *Ptr, bool IsWrite, in instrumentMemAccessInline()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1091 int64_t IsWrite = MI.getOperand(2).getImm(); in legalizeIntrinsic() local
1115 int64_t IsWrite = MI.getOperand(2).getImm(); in legalizeIntrinsic() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1029 bool IsWrite = Access.getInt(); in createCheckForAccess() local
1072 bool IsWrite = Accesses.count(MemAccessInfo(Ptr, true)); in canCheckPtrAtRT() local
1243 bool IsWrite = AC.first.getInt(); in processMemAccesses() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h250 ArrayRef<unsigned> getOrderForAccess(Value *Ptr, bool IsWrite) const { in getOrderForAccess()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp589 bool IsWrite = false; in determinePointerAccessAttrs() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4428 bool IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in lowerPREFETCH() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3822 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(2))->getZExtValue(); in LowerPREFETCH() local
4798 unsigned IsWrite = cast<ConstantSDNode>(Op.getOperand(3))->getZExtValue(); in LowerINTRINSIC_VOID() local